errchh
commited on
Commit
·
4d839dc
1
Parent(s):
7851025
change llm
Browse files- __pycache__/agent.cpython-312.pyc +0 -0
- agent.py +0 -1
__pycache__/agent.cpython-312.pyc
CHANGED
Binary files a/__pycache__/agent.cpython-312.pyc and b/__pycache__/agent.cpython-312.pyc differ
|
|
agent.py
CHANGED
@@ -162,7 +162,6 @@ def build_graph():
|
|
162 |
llm = ChatGroq(
|
163 |
model="qwen-qwq-32b",
|
164 |
temperature=0,
|
165 |
-
api_key=GROQ_API_KEY
|
166 |
)
|
167 |
print(f"DEBUG: llm object = {llm}")
|
168 |
|
|
|
162 |
llm = ChatGroq(
|
163 |
model="qwen-qwq-32b",
|
164 |
temperature=0,
|
|
|
165 |
)
|
166 |
print(f"DEBUG: llm object = {llm}")
|
167 |
|