Spaces:
Sleeping
Sleeping
Update agents.py
Browse files
agents.py
CHANGED
@@ -117,7 +117,7 @@ def create_agent_flow(provider: str = "groq"):
|
|
117 |
if provider == "google":
|
118 |
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
119 |
elif provider == "groq":
|
120 |
-
llm = ChatGroq(api_key="
|
121 |
elif provider == "huggingface":
|
122 |
llm = ChatHuggingFace(llm=HuggingFaceEndpoint(
|
123 |
url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
|
|
|
117 |
if provider == "google":
|
118 |
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
119 |
elif provider == "groq":
|
120 |
+
llm = ChatGroq(api_key="secret key" , model="qwen-qwq-32b", temperature=0)
|
121 |
elif provider == "huggingface":
|
122 |
llm = ChatHuggingFace(llm=HuggingFaceEndpoint(
|
123 |
url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
|