Not sure why i marked goon as the stop word

This commit is contained in:
Luke Robles 2024-04-20 16:46:01 -07:00
parent 7bf115288d
commit f5acce0362

View File

@ -182,7 +182,7 @@ async def on_message(ctx):
"model": llm_rules["model"], "model": llm_rules["model"],
"stream": False, "stream": False,
"max_tokens": 4096, "max_tokens": 4096,
"stop": ["goon"], "stop": ["hello"],
"frequency_penalty": 0, "frequency_penalty": 0,
"presence_penalty": 0, "presence_penalty": 0,
"temperature": 0.7, "temperature": 0.7,