ai-tomoni commited on
Commit
0a03fb6
·
verified ·
1 Parent(s): b1da06d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-4" #"gpt-3.5-turbo"
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 = """