Replies: 1 comment
-
and my ollama service: `[Unit] [Service] [Install] and my .env OllamaNEXT_PUBLIC_OLLAMA_URL=http://my.ip.remote/ollama` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
im trying to acess my front remotly but i got this error on console:
Error fetching Ollama models: SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
but when i try to test curl remote it works perfectly, json returns:
/curl http://my.ip.remote/ollama/api/tags
{"models":[{"name":"llama3:latest","model":"llama3:latest","modified_at":"2024-07-11T18:24:53.409903745Z","size":4661224676,"digest":"365c0bd3c000a25d28ddbf73fe1c6add414de725464ce4d1c3b5fcb5d8ad1","details":{"parent_model":"","format":"gguf","family":"llama","families":["llama"],"parameter_size":"8.0B","quantization_level":"Q4_0"}}]}
check my nginx configs:
}
when i try to acess front on http://localhost:3000 it not happens
Beta Was this translation helpful? Give feedback.
All reactions