ABVM commited on
Commit
0496865
·
verified ·
1 Parent(s): 752c309

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -14,8 +14,8 @@ from vision_tool import image_reasoning_tool
14
  #token=os.getenv("HF_API_TOKEN")
15
 
16
  OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
17
- if not OPENROUTER_API_KEY:
18
- raise EnvironmentError("OPENROUTER_API_KEY environment variable not set")
19
 
20
  common = dict(
21
  api_base="https://openrouter.ai/api/v1",
 
14
  #token=os.getenv("HF_API_TOKEN")
15
 
16
  OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
17
+ if not OPENROUTER_API_KEY:
18
+ raise EnvironmentError("OPENROUTER_API_KEY environment variable not set")
19
 
20
  common = dict(
21
  api_base="https://openrouter.ai/api/v1",