mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Fix a typo
This commit is contained in:
parent
701048cf33
commit
e5b8d4d072
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ def generate_chat_prompt(user_input, state, **kwargs):
|
|||
tools=state['tools'] if 'tools' in state else None,
|
||||
tools_in_user_message=False,
|
||||
add_generation_prompt=False,
|
||||
reasoning_effort=state['reasoning_effort'])
|
||||
reasoning_effort=state['reasoning_effort']
|
||||
)
|
||||
|
||||
chat_renderer = partial(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue