Spaces:
Running
Running
stable-diffusion-ai
commited on
Commit
•
6418614
1
Parent(s):
5f5bab0
changed gpt model
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4 |
import json
|
5 |
import requests
|
6 |
|
7 |
-
MODEL = "gpt-3.5-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-3.5-turbo-0125"
|
8 |
API_URL = os.getenv("API_URL")
|
9 |
DISABLED = os.getenv("DISABLED") == 'True'
|
10 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|