how to solve 500: Missing keys: ['OLLAMA_API_BASE']
FemBoxbrawl opened this issue · 6 comments
FemBoxbrawl commented
FemBoxbrawl commented
what do I have to do to make this work...
arsaboo commented
Please read the docs carefully....and add the relevant configuration option.
FemBoxbrawl commented
i forgot to mention i already had ollama running while this was happening
rashthedude commented
I'm having the same issue. The documentations aren't extremely clear on this matter. Can someone help or elaborate?
schmoaaaaah commented
you should already have a enviorment variable OLLAMA_HOST
just add another one with OLLAMA_API_BASE and the same content like OLLAMA_HOST
- OLLAMA_HOST=http://host.docker.internal:11434
- OLLAMA_API_BASE=http://host.docker.internal:11434
rashadphz commented
This is my mistake, thanks for pointing it out! I just updated the docker files, this should be fixed.