DTStudios commited on
Commit
8b3799f
·
verified ·
1 Parent(s): af5e129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -71,10 +71,10 @@ tool=[
71
  load_tool("agents-course/text-to-image", trust_remote_code=True),
72
  ]
73
 
74
- model = HfApiModel
75
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct"
76
- max_tokens=2048,
77
- temperature=0.5
78
  )
79
  # --- Agent setup ---
80
  agent = CodeAgent(
 
71
  load_tool("agents-course/text-to-image", trust_remote_code=True),
72
  ]
73
 
74
+ model = HfApiModel(
75
+ model_id="Qwen/Qwen2.5-Coder-32B-Instruct"
76
+ max_tokens=2048,
77
+ temperature=0.5
78
  )
79
  # --- Agent setup ---
80
  agent = CodeAgent(