mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 15:13:38 +00:00
Initial tool-calling support in the UI
This commit is contained in:
parent
980a9d1657
commit
cf9ad8eafe
5 changed files with 253 additions and 14 deletions
|
|
@ -199,6 +199,7 @@ def list_interface_input_elements():
|
|||
'unique_id',
|
||||
'textbox',
|
||||
'start_with',
|
||||
'selected_tools',
|
||||
'mode',
|
||||
'chat_style',
|
||||
'chat-instruct_command',
|
||||
|
|
@ -424,6 +425,7 @@ def setup_auto_save():
|
|||
'user_bio',
|
||||
'custom_system_message',
|
||||
'chat_template_str',
|
||||
'selected_tools',
|
||||
|
||||
# Parameters tab (ui_parameters.py) - Generation parameters
|
||||
'preset_menu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue