NatyaCodes commited on
Commit
832fae7
·
verified ·
1 Parent(s): ae54e7e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -118,6 +118,7 @@ def get_groq_client():
118
  api_keys = [
119
  os.getenv("GROQ_API_KEY_1"),
120
  os.getenv("GROQ_API_KEY_2"),
 
121
  ]
122
 
123
  if not any(api_keys):
 
118
  api_keys = [
119
  os.getenv("GROQ_API_KEY_1"),
120
  os.getenv("GROQ_API_KEY_2"),
121
+ os.getenv("GROQ_API_KEY_3"),
122
  ]
123
 
124
  if not any(api_keys):