Not sure why i marked goon as the stop word
This commit is contained in:
parent
7bf115288d
commit
f5acce0362
@ -182,7 +182,7 @@ async def on_message(ctx):
|
||||
"model": llm_rules["model"],
|
||||
"stream": False,
|
||||
"max_tokens": 4096,
|
||||
"stop": ["goon"],
|
||||
"stop": ["hello"],
|
||||
"frequency_penalty": 0,
|
||||
"presence_penalty": 0,
|
||||
"temperature": 0.7,
|
||||
|
Loading…
x
Reference in New Issue
Block a user