mnavas commited on
Commit
a5aa0bb
·
verified ·
1 Parent(s): 128d9cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
16
  class BasicAgent:
17
  def __init__(self):
18
  os.environ["SERPAPI_API_KEY"] = "6c11429c7039d68e1f4d449e61f5ad7900eac7d2dad07bc8f40ed518215a6076"
19
- model = HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct") #, provider="together")
20
  self.agent = CodeAgent(
21
  tools=[GoogleSearchTool()], #, PythonREPLTool()],
22
  model=model,
 
16
  class BasicAgent:
17
  def __init__(self):
18
  os.environ["SERPAPI_API_KEY"] = "6c11429c7039d68e1f4d449e61f5ad7900eac7d2dad07bc8f40ed518215a6076"
19
+ model = HfApiModel(model_id=""mistralai/Mistral-7B-Instruct-v0.2""), #Qwen/Qwen2.5-Coder-32B-Instruct") #, provider="together")
20
  self.agent = CodeAgent(
21
  tools=[GoogleSearchTool()], #, PythonREPLTool()],
22
  model=model,