mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 15:43:49 +00:00
UI: Add MCP server support
This commit is contained in:
parent
abc3487f4d
commit
b1d06dcf96
24 changed files with 163 additions and 4 deletions
|
|
@ -259,6 +259,7 @@ settings = {
|
|||
'enable_web_search': False,
|
||||
'web_search_pages': 3,
|
||||
'selected_tools': [],
|
||||
'mcp_servers': '',
|
||||
'prompt-notebook': '',
|
||||
'preset': 'Top-P' if (user_data_dir / 'presets/Top-P.yaml').exists() else None,
|
||||
'max_new_tokens': 512,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue