HookBeforeAppDelegate commited on
Commit
5d247de
·
verified ·
1 Parent(s): 9043986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import random
7
 
8
 
9
  MODEL = "gpt-4o-mini"
10
- #API_URL = os.getenv("API_URL")
11
- API_URL = "https://api.openai.com/v1/chat/completions"
12
  DISABLED = os.getenv("DISABLED") == 'True'
13
  OPENAI_API_KEYS = os.getenv("OPENAI_API_KEYS").split(',')
14
  print (API_URL)
 
7
 
8
 
9
  MODEL = "gpt-4o-mini"
10
+ API_URL = os.getenv("API_URL")
11
+ #API_URL = "https://api.openai.com/v1/chat/completions"
12
  DISABLED = os.getenv("DISABLED") == 'True'
13
  OPENAI_API_KEYS = os.getenv("OPENAI_API_KEYS").split(',')
14
  print (API_URL)