Abraham E. Tavarez commited on
Commit
7fe40d1
·
1 Parent(s): 8952f30

temp reset to 0

Browse files
Files changed (1) hide show
  1. hf_tool_calling_agent.py +1 -1
hf_tool_calling_agent.py CHANGED
@@ -44,7 +44,7 @@ model = HfApiModel(
44
  )
45
 
46
  # Tool Calling Agent
47
- llm = HfApiModel("Qwen/Qwen2.5-72B-Instruct", temperature=0.6)
48
 
49
  toolCallingAgent = ToolCallingAgent(
50
  model=model,
 
44
  )
45
 
46
  # Tool Calling Agent
47
+ llm = HfApiModel("Qwen/Qwen2.5-72B-Instruct", temperature=0)
48
 
49
  toolCallingAgent = ToolCallingAgent(
50
  model=model,