diff --git a/cogs/other.py b/cogs/other.py index 3899a22..da6d56d 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1805,7 +1805,7 @@ class OtherCog(commands.Cog): model = "orca-mini" msg = await ctx.reply(f"Preparing {model!r} ") - async with httpx.AsyncClient(base_url="http://localhost:11434/api") as client: + async with httpx.AsyncClient(base_url="http://192.168.0.90:11434/api") as client: # get models try: response = await client.post("/show", json={"name": model})