Trying to make character bias more consistent

This commit is contained in:
oobabooga 2023-02-15 23:38:52 -03:00 committed by GitHub
parent 7bd2ae05bf
commit 20484f26f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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