Connect to OpenAI or ollama #4462
Replies: 6 comments 8 replies
-
Can you try clearing your cache or using another browser? Looks like you're trying to call the old endpoint, but it was changed in V2. That would only happen if your frontend is caching the old version |
Beta Was this translation helpful? Give feedback.
-
here the new logs: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
services: mealie:
postgres: webui: ollama: volumes: |
Beta Was this translation helpful? Give feedback.
-
Try changing Since they're all on the same compose they have a shared internal network. "expose" exposes the container to the Docker network, rather than the host. |
Beta Was this translation helpful? Give feedback.
-
Tried... |
Beta Was this translation helpful? Give feedback.
-
Could this be the source of the problem? I’m experiencing the same as OP and looking around the web see many having same trouble with mealie and Ollama. |
Beta Was this translation helpful? Give feedback.
-
I tried to connect to openAi to use the "add from picture", but it looks like I have to pay for that. So I decided to install ollama local...
That is also not working.
When I add a picture, after some seconds an error occures "something went wrong"
In my log I see this error:
405 Method Not Allowed "POST /api/recipes/create-from-image?translateLanguage=de-DE HTTP/1.1"
this is my config:
`OPENAI_BASE_URL: http://localhost:11434/v1
OPENAI_SEND_DATABASE_DATA: "true"
OPENAI_ENABLE_IMAGE_SERVICES: "True"
OPENAI_API_KEY: 'ollama'
OPENAI_MODEL: mistral-nemo:latest`
Beta Was this translation helpful? Give feedback.
All reactions