Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 "",""
|