Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -107,6 +107,7 @@ class LangGraphAgent:
|
|
107 |
os.getenv("OPENROUTER_API_KEY"),
|
108 |
os.getenv("OPENROUTER_API_KEY_1"),
|
109 |
os.getenv("OPENROUTER_API_KEY_2"),
|
|
|
110 |
]
|
111 |
self.key_index = 0
|
112 |
print("LangGraphAgent initialized.")
|
|
|
107 |
os.getenv("OPENROUTER_API_KEY"),
|
108 |
os.getenv("OPENROUTER_API_KEY_1"),
|
109 |
os.getenv("OPENROUTER_API_KEY_2"),
|
110 |
+
os.getenv("OPENROUTER_API_KEY_3")
|
111 |
]
|
112 |
self.key_index = 0
|
113 |
print("LangGraphAgent initialized.")
|