mirror of
https://github.com/tcsenpai/multi1.git
synced 2025-06-04 18:20:05 +00:00
Local Ollama URL incorrect and no adjustment. #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BloodBlight on 12/7/2024
When attempting to use a local instance of olamma, I get this error:
However manually verifying that the service is up and running works:
It APPEARS that "/api/chat" is not the correct URL and without digging into the source, there doesn't appear to be a way to change it.
I have a fairly generic ollama install, only oddity is the use of ROCM as I have an AMD GPU:
EDIT: Updated test to actually use IP rather than localhost just to confirm. No change.