Merge branch 'main' of github.com:oobabooga/text-generation-webui

This commit is contained in:
oobabooga 2023-02-16 12:16:26 -03:00
commit 6160a03984

View File

@ -24,4 +24,4 @@ def bot_prefix_modifier(string):
behavior.
"""
return string + params["bias string"]
return f'{string} {params["bias string"].strip()} '