leonsimon23 commited on
Commit
bb17a45
·
verified ·
1 Parent(s): 3d411de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def chat_stream(message, history):
85
  logger.info(f"API验证响应内容: {verify_response.text[:200]}...") # 只记录前200个字符
86
 
87
  payload = {
88
- "model": "gpt-3.5-turbo",
89
  "messages": messages,
90
  "stream": True,
91
  "temperature": 0.7
 
85
  logger.info(f"API验证响应内容: {verify_response.text[:200]}...") # 只记录前200个字符
86
 
87
  payload = {
88
+ "model": "gpt-4o",
89
  "messages": messages,
90
  "stream": True,
91
  "temperature": 0.7