Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ class BasicAgent:
17
  model = HfApiModel(
18
  max_tokens=2096,
19
  temperature=0.5,
20
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
21
  custom_role_conversions=None,
22
  )
23
  self.agent = CodeAgent(
 
17
  model = HfApiModel(
18
  max_tokens=2096,
19
  temperature=0.5,
20
+ model_id='Qwen/Qwen2.5-Coder-0.5B-Instruct',# it is possible that this model may be overloaded
21
  custom_role_conversions=None,
22
  )
23
  self.agent = CodeAgent(