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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ tool=[
72
  ]
73
 
74
  model = HfApiModel(
75
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct"
76
  max_tokens=2048,
77
  temperature=0.5
78
  )
 
72
  ]
73
 
74
  model = HfApiModel(
75
+ model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
76
  max_tokens=2048,
77
  temperature=0.5
78
  )