mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-07 09:10:16 +01:00
Merge branch 'main' of github.com:oobabooga/text-generation-webui
This commit is contained in:
commit
6160a03984
|
|
@ -24,4 +24,4 @@ def bot_prefix_modifier(string):
|
|||
behavior.
|
||||
"""
|
||||
|
||||
return string + params["bias string"]
|
||||
return f'{string} {params["bias string"].strip()} '
|
||||
|
|
|
|||
Loading…
Reference in a new issue