zxsipola123456 commited on
Commit
cf5528d
·
verified ·
1 Parent(s): d09d9a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def generate_response(question, model_name, endpoint, transmit_api_key, official
52
  return f"响应生成失败: {str(e)}"
53
 
54
  base_url_options=["https://lmzh.top/v1","https://api.openai.com/v1"]
55
- model_options = ["gpt-3.5-turbo", "gpt-4o-mini", "gpt-4o"]
56
 
57
  def clear_output():
58
  return "",""
 
52
  return f"响应生成失败: {str(e)}"
53
 
54
  base_url_options=["https://lmzh.top/v1","https://api.openai.com/v1"]
55
+ model_options = ["gpt-3.5-turbo", "gpt-4o-mini", "gpt-4o", "gpt-4o-2024-08-06"]
56
 
57
  def clear_output():
58
  return "",""