diff --git a/src/cogs/ollama.py b/src/cogs/ollama.py index b407626..2a9bc0e 100644 --- a/src/cogs/ollama.py +++ b/src/cogs/ollama.py @@ -1191,7 +1191,7 @@ class Ollama(commands.Cog): username = CONFIG["truth"].get("username", "1") password = CONFIG["truth"].get("password", "2") response = await client.get( - "%s/truth/%s" % (r, truth_id), + "%s/truths/%s" % (r, truth_id), timeout=60, auth=(username, password), )