Not sure why i marked goon as the stop word
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2024-04-20 16:46:01 -07:00
parent 55ad88e3b2
commit baaebcbdd7

View File

@ -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,