Add softprompt support (for real this time)
Is this too much voodoo for our purposes?
This commit is contained in:
parent
aa1177ff15
commit
3277b751f5
4 changed files with 91 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
params = {
|
||||
"soft prompt": " *I speak in an annoyingly cute way*",
|
||||
"bias string": " *I speak in an annoyingly cute way*",
|
||||
}
|
||||
|
||||
def input_modifier(string):
|
||||
|
@ -24,4 +24,4 @@ def bot_prefix_modifier(string):
|
|||
behavior.
|
||||
"""
|
||||
|
||||
return string + params["soft prompt"]
|
||||
return string + params["bias string"]
|
Loading…
Add table
Add a link
Reference in a new issue