Upload app.py
Browse files
app.py
CHANGED
@@ -388,7 +388,7 @@ with gr.Blocks(
|
|
388 |
""",
|
389 |
)
|
390 |
llm_model_name = gr.Radio(
|
391 |
-
choices=["gemini-1.5-pro-latest", "gemini-exp-1121", "learnlm-1.5-pro-experimental", "
|
392 |
value="gemini-1.5-pro-latest",
|
393 |
label="文本生成模型",
|
394 |
info="默认使用 gemini-1.5-pro-latest "
|
|
|
388 |
""",
|
389 |
)
|
390 |
llm_model_name = gr.Radio(
|
391 |
+
choices=["gemini-1.5-pro-latest", "gemini-exp-1121", "learnlm-1.5-pro-experimental", "gpt-4o-mini", "gpt-4-turbo", "gpt-4", "claude-3-5-sonnet-20240620", "claude-3-5-sonnet-20241022", "claude-3-5-haiku-20241022"],
|
392 |
value="gemini-1.5-pro-latest",
|
393 |
label="文本生成模型",
|
394 |
info="默认使用 gemini-1.5-pro-latest "
|