Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,7 @@ import os
|
|
| 6 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
| 7 |
|
| 8 |
# Select model using a dropdown
|
| 9 |
-
model_choice =
|
| 10 |
-
|
| 11 |
# Read system message from a text file
|
| 12 |
try:
|
| 13 |
with open("system_message.txt", "r") as file:
|
|
|
|
| 6 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
| 7 |
|
| 8 |
# Select model using a dropdown
|
| 9 |
+
model_choice = "gpt-3.5-turbo"
|
|
|
|
| 10 |
# Read system message from a text file
|
| 11 |
try:
|
| 12 |
with open("system_message.txt", "r") as file:
|