Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from openai import OpenAI
|
|
| 7 |
client = OpenAI(api_key=os.getenv("openai"))
|
| 8 |
|
| 9 |
conversation_history = []
|
| 10 |
-
model_name = "gpt-
|
| 11 |
|
| 12 |
# Strukturierte Handout-Informationen für realistische Depression-Simulation
|
| 13 |
DEPRESSION_INFO = """
|
|
|
|
| 7 |
client = OpenAI(api_key=os.getenv("openai"))
|
| 8 |
|
| 9 |
conversation_history = []
|
| 10 |
+
model_name = "gpt-3.5-turbo" #"gpt-4"
|
| 11 |
|
| 12 |
# Strukturierte Handout-Informationen für realistische Depression-Simulation
|
| 13 |
DEPRESSION_INFO = """
|