mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
add deepseek-r1 ollama
This commit is contained in:
3
webui.py
3
webui.py
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user