yuntian-deng Gokuldaskumar commited on
Commit
7eba8ec
1 Parent(s): 8f0b7e9

Update app.py (#17)

Browse files

- Update app.py (b4ff6a463c4935be7c51a8b01fa9c87489fd8415)


Co-authored-by: Gokuldas kumar <Gokuldaskumar@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import sys
4
  import json
5
  import requests
6
 
7
- MODEL = "gpt-4-turbo"
8
  API_URL = os.getenv("API_URL")
9
  DISABLED = os.getenv("DISABLED") == 'True'
10
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
 
4
  import json
5
  import requests
6
 
7
+ MODEL = "gpt-4o"
8
  API_URL = os.getenv("API_URL")
9
  DISABLED = os.getenv("DISABLED") == 'True'
10
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")