Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -117,7 +117,7 @@ class LangGraphAgent:
|
|
117 |
self.key_index = (self.key_index + 1) % len(self.api_keys)
|
118 |
|
119 |
llm = ChatOpenAI(
|
120 |
-
base_url="https://
|
121 |
api_key=api_key,
|
122 |
model="openai/gpt-oss-120b",
|
123 |
temperature=1
|
|
|
117 |
self.key_index = (self.key_index + 1) % len(self.api_keys)
|
118 |
|
119 |
llm = ChatOpenAI(
|
120 |
+
base_url="https://api.groq.com/openai/v1",
|
121 |
api_key=api_key,
|
122 |
model="openai/gpt-oss-120b",
|
123 |
temperature=1
|