mohammadreza pakzadian commited on
Commit
383cfe3
·
1 Parent(s): 43c2f23

update model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ class BasicAgent:
25
  model = HfApiModel(
26
  max_tokens=2096,
27
  temperature=0.5,
28
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct', custom_role_conversions=None,
29
  )
30
  self.agent = CodeAgent(
31
  model=model,
 
25
  model = HfApiModel(
26
  max_tokens=2096,
27
  temperature=0.5,
28
+ model_id='Qwen/Qwen2.5-Coder-7B-Instruct', custom_role_conversions=None,
29
  )
30
  self.agent = CodeAgent(
31
  model=model,