add deepseek-r1 ollama

This commit is contained in:
vincent
2025-01-27 16:36:13 +08:00
parent 6ceaf8de6b
commit 664dce757e
8 changed files with 94 additions and 30 deletions

View File

@@ -658,7 +658,8 @@ def create_ui(config, theme_name="Ocean"):
interactive=True,
allow_custom_value=True, # Allow users to input custom model names
choices=["auto", "json_schema", "function_calling"],
info="Tool Calls Funtion Name"
info="Tool Calls Funtion Name",
visible=False
)
with gr.TabItem("🔧 LLM Configuration", id=2):