Ahmud commited on
Commit
a4e0f9e
·
verified ·
1 Parent(s): b77f43a

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
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.")