Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -159,7 +159,7 @@ def build_graph(provider: str = "google"):
|
|
159 |
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
160 |
elif provider == "groq":
|
161 |
# Groq https://console.groq.com/docs/models
|
162 |
-
llm = ChatGroq(model="
|
163 |
elif provider == "huggingface":
|
164 |
# TODO: Add huggingface endpoint
|
165 |
llm = ChatHuggingFace(
|
|
|
159 |
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
160 |
elif provider == "groq":
|
161 |
# Groq https://console.groq.com/docs/models
|
162 |
+
llm = ChatGroq(model="qwen-qwq-32b", temperature=0) # optional : qwen-qwq-32b gemma2-9b-it
|
163 |
elif provider == "huggingface":
|
164 |
# TODO: Add huggingface endpoint
|
165 |
llm = ChatHuggingFace(
|