Krishp1 commited on
Commit
1d55925
Β·
verified Β·
1 Parent(s): cbe2c90

Update nodes.py

Browse files
Files changed (1) hide show
  1. nodes.py +1 -1
nodes.py CHANGED
@@ -14,7 +14,7 @@ import chromadb
14
  from state import State
15
 
16
  # ── LLM ──────────────────────────────────
17
- llm = ChatGroq(model="llama-3.1-8b-instant", temperature=0)
18
 
19
  # ── CHROMADB ─────────────────────────────
20
  chroma_client = chromadb.Client()
 
14
  from state import State
15
 
16
  # ── LLM ──────────────────────────────────
17
+ llm = ChatGroq(model="openai/gpt-oss-120b", temperature=0)
18
 
19
  # ── CHROMADB ─────────────────────────────
20
  chroma_client = chromadb.Client()