Bring acid under control

This commit is contained in:
Nexus 2024-02-05 15:15:20 +00:00 committed by GitHub
parent 87b95a8157
commit 502ca08bcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -501,9 +501,10 @@ class Ollama(commands.Cog):
params = {"seed": self.history.get_thread(context)["seed"]} params = {"seed": self.history.get_thread(context)["seed"]}
if give_acid is True: if give_acid is True:
params["temperature"] = 500 params["temperature"] = 2
params["top_k"] = 500 params["top_k"] = 0
params["top_p"] = 500 params["top_p"] = 2
params["repeat_penalty"] = 2
payload = { payload = {
"model": model, "model": model,