Sonu313131 commited on
Commit
94357b4
·
verified ·
1 Parent(s): f5312d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
38
  try:
39
  agent = CodeAgent(
40
  tools=[DuckDuckGoSearchTool()],
41
- model=InferenceClientModel("HuggingFaceH4/zephyr-7b-beta"),
42
  max_steps=5,
43
  verbosity_level=2
44
  )
 
38
  try:
39
  agent = CodeAgent(
40
  tools=[DuckDuckGoSearchTool()],
41
+ model=InferenceClientModel("mistralai/Mistral-7B-Instruct-v0.3"),
42
  max_steps=5,
43
  verbosity_level=2
44
  )