Bump the acid level to 11

This commit is contained in:
Nexus 2024-01-10 16:03:29 +00:00
parent 1f7ada8e93
commit d0809a4881

View file

@ -244,9 +244,9 @@ class Ollama(commands.Cog):
params = {}
if give_acid is True:
params["temperature"] = 5
params["temperature"] = 500
params["top_k"] = 500
params["top_p"] = 5
params["top_p"] = 500
payload = {
"model": model,