ai-tomoni commited on
Commit
057963f
·
verified ·
1 Parent(s): 8f37ee7

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-3.5-turbo" # oder "gpt-4"
11
 
12
  def enhanced_chat_response(user_input, max_tokens, temperature, top_p):
13
  if not user_input.strip():
 
7
  client = OpenAI(api_key=os.getenv("openai"))
8
 
9
  conversation_history = []
10
+ model_name = "gpt-4" #"gpt-3.5-turbo"
11
 
12
  def enhanced_chat_response(user_input, max_tokens, temperature, top_p):
13
  if not user_input.strip():