EtienneB commited on
Commit
6044144
·
1 Parent(s): 117303b

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -103,8 +103,8 @@ def build_graph():
103
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
104
  huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
105
  #api_key=GEMINI_API_KEY,
106
- temperature=0.3,
107
- max_new_tokens=512,
108
  timeout=60,
109
  )
110
 
 
103
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
104
  huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
105
  #api_key=GEMINI_API_KEY,
106
+ temperature=0.1,
107
+ max_new_tokens=4096,
108
  timeout=60,
109
  )
110