I think the title is self-explanatory, here is my file responsible for this:
#Tried connecting ollama server to a fake bot I spawned using carpet's internal code, got an error.
1 messages · Page 1 of 1 (latest)
ollama4j api docs: https://amithkoujalgi.github.io/ollama4j/apis-generate/chat
This API lets you create a conversation with LLMs. Using this API enables you to ask questions to the model including
As you can see in the screenshot that the exception says "URI is not absolute", what could that mean? The ollama server is running and reachable though
;-; pls help guys
Sounds like a Java or http thing, you might be able to find an answer online. Maybe it's trying to find something relative? Like a relative file path?
Yeah that is not a java or http thing, I tested the chat script given in the api separately, works perfectly fine. It is a minecraft issue
Nvm I solved it