Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -267,7 +267,7 @@ def build_graph(provider: str = "google"):
|
|
267 |
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
268 |
elif provider == "groq":
|
269 |
# Groq https://console.groq.com/docs/models
|
270 |
-
llm = ChatGroq(model="
|
271 |
elif provider == "huggingface":
|
272 |
# TODO: Add huggingface endpoint
|
273 |
llm = ChatHuggingFace(
|
|
|
267 |
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
268 |
elif provider == "groq":
|
269 |
# Groq https://console.groq.com/docs/models
|
270 |
+
llm = ChatGroq(model="gemma2-9b-it", temperature=0) # optional : qwen-qwq-32b gemma2-9b-it
|
271 |
elif provider == "huggingface":
|
272 |
# TODO: Add huggingface endpoint
|
273 |
llm = ChatHuggingFace(
|