Spaces:
Sleeping
Sleeping
Commit
·
a296663
1
Parent(s):
c57b4a1
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ api_key = os.environ.get("API_KEY", "API_KEY")
|
|
| 7 |
openai.api_key = api_key
|
| 8 |
|
| 9 |
# Set up the GPT-3.5-Turbo model
|
| 10 |
-
model_engine = "gpt-
|
| 11 |
max_tokens = 1000
|
| 12 |
temperature = 0.7
|
| 13 |
|
|
|
|
| 7 |
openai.api_key = api_key
|
| 8 |
|
| 9 |
# Set up the GPT-3.5-Turbo model
|
| 10 |
+
model_engine = "gpt-3.5-turbo" # engine parameter used to specify the GPT-3.5-Turbo model
|
| 11 |
max_tokens = 1000
|
| 12 |
temperature = 0.7
|
| 13 |
|