mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Trying to make character bias more consistent
This commit is contained in:
parent
7bd2ae05bf
commit
20484f26f3
@ -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 New Issue
Block a user