IamRulo commited on
Commit
0afb963
·
verified ·
1 Parent(s): b189c98

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -185,7 +185,7 @@ def build_graph(provider: str = "huggingface"):
185
  llm=HuggingFaceEndpoint(
186
  #endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
187
  endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-30B-A3B",
188
- temperature=0.2,
189
  ),
190
  )
191
  else:
 
185
  llm=HuggingFaceEndpoint(
186
  #endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
187
  endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-30B-A3B",
188
+ temperature=0,
189
  ),
190
  )
191
  else: