Dave67350 commited on
Commit
af693cd
·
verified ·
1 Parent(s): 213bd49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -71,7 +71,7 @@ visit_webpage = VisitWebpageTool()
71
  model = HfApiModel(
72
  max_tokens=2096,
73
  temperature=0.5,
74
- model_id="utter-project/EuroLLM-1.7B", # it is possible that this model may be overloaded
75
  custom_role_conversions=None,
76
  )
77
 
@@ -94,3 +94,5 @@ agent = CodeAgent(
94
  )
95
 
96
  GradioUI(agent).launch()
 
 
 
71
  model = HfApiModel(
72
  max_tokens=2096,
73
  temperature=0.5,
74
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct', # it is possible that this model may be overloaded
75
  custom_role_conversions=None,
76
  )
77
 
 
94
  )
95
 
96
  GradioUI(agent).launch()
97
+
98
+