Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -136,7 +136,7 @@ class AgentState(TypedDict):
|
|
136 |
|
137 |
GROQ_API_KEY=os.getenv("GROQ_API_KEY")
|
138 |
def build_graph(provider: str = "groq") -> StateGraph:
|
139 |
-
|
140 |
|
141 |
|
142 |
|
|
|
136 |
|
137 |
GROQ_API_KEY=os.getenv("GROQ_API_KEY")
|
138 |
def build_graph(provider: str = "groq") -> StateGraph:
|
139 |
+
llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
|
140 |
|
141 |
|
142 |
|