Sandiago21 commited on
Commit
402111b
·
verified ·
1 Parent(s): be1fc47

Update app.py to change model_id for free tier

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ class BasicAgent:
30
  model = HfApiModel(
31
  max_tokens=2096,
32
  temperature=0.0,
33
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
34
  custom_role_conversions=None,
35
  )
36
 
 
30
  model = HfApiModel(
31
  max_tokens=2096,
32
  temperature=0.0,
33
+ model_id='ollama/qwen2.5-coder:7b',# it is possible that this model may be overloaded
34
  custom_role_conversions=None,
35
  )
36