Moonfanz commited on
Commit
ce9d099
·
verified ·
1 Parent(s): 7e8a8d2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ safety_settings = [
45
 
46
  class APIKeyManager:
47
  def __init__(self):
48
- self.api_keys = os.environ.get('GEMINI_API_KEY').split(',')
49
  self.current_index = 0
50
 
51
  def get_available_key(self):
 
45
 
46
  class APIKeyManager:
47
  def __init__(self):
48
+ self.api_keys = os.environ.get('KeyArray').split(',')
49
  self.current_index = 0
50
 
51
  def get_available_key(self):