Replies: 1 comment 4 replies
-
NEXT_PUBLIC_OLLAMA_URL has the be a public ip or domain since it's cloud hosted |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a virtual machine in the cloud with:
curl http://localhost:11434/api/generate -d '{ "model": "llama2", "prompt":"Why is the sky blue?1 secntence only" }'
on the machine)Now I go to models -> new model -> enter following parameters:
I see the request coming in in the backed, and in the browser I get "404 404 page not found".
Question: How do I get Chatbot-ui to pick up on the local model?
P.S. the two warning I see in the backend are
Beta Was this translation helpful? Give feedback.
All reactions