MrunmayD commited on
Commit
a5318d8
·
verified ·
1 Parent(s): fa6a7cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from smolagents import CodeAgent, GoogleSearchTool, InferenceClientModel, VisitW
9
  # --- Constants ---
10
  os.environ["SERPER_API_KEY"] = "3814ecb904f7401e22386b7b7ee3a6f913741c5"
11
  hf_token = os.environ.get("Hugging_Face_API_Token")
12
- together_key = os.environ.get("TOGETHER_API_KEY")
13
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
14
  os.environ["TOGETHER_API_KEY"] = together_key
15
  SYSTEM_PROMPT = """
 
9
  # --- Constants ---
10
  os.environ["SERPER_API_KEY"] = "3814ecb904f7401e22386b7b7ee3a6f913741c5"
11
  hf_token = os.environ.get("Hugging_Face_API_Token")
12
+ together_key = os.environ.get("Together_API_Key")
13
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
14
  os.environ["TOGETHER_API_KEY"] = together_key
15
  SYSTEM_PROMPT = """