MrunmayD commited on
Commit
f87fc33
·
verified ·
1 Parent(s): fd39f6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ from smolagents import CodeAgent, GoogleSearchTool, InferenceClientModel, VisitW
8
  # (Keep Constants as is)
9
  # --- Constants ---
10
  os.environ["SERPER_API_KEY"] = "3814ecb904f7401e22386b7b7ee3a6f913741c5"
11
- os.environ["TOGETHER_API_KEY"] = "3834950276bc7d9759a3dec81c89cc8c639b8357e65a0e9e66891a995b0ecec8"
12
- model=InferenceClientModel()
13
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
14
 
15
  # --- Basic Agent Definition ---
 
8
  # (Keep Constants as is)
9
  # --- Constants ---
10
  os.environ["SERPER_API_KEY"] = "3814ecb904f7401e22386b7b7ee3a6f913741c5"
11
+ model=InferenceClientModel(model_id="HuggingFaceH4/zephyr-7b-beta")
 
12
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
13
 
14
  # --- Basic Agent Definition ---