Svngoku commited on
Commit
edf4ebc
·
verified ·
1 Parent(s): 97379bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def initialize_unsloth_agent(model=None):
38
  ]
39
  if model is None:
40
  from smolagents import HfApiModel
41
- model = HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together")
42
 
43
  return CodeAgent(
44
  name="unsloth_agent",
 
38
  ]
39
  if model is None:
40
  from smolagents import HfApiModel
41
+ model = HfApiModel(model_id="Qwen/Qwen2.5-72B-Instruct-Turbo", provider="together")
42
 
43
  return CodeAgent(
44
  name="unsloth_agent",