Error in Docker Image: OpenAI Endpoint Not Found

Hey Guys. I got a little problem. Whenever I build my docker Image and i’m running it locally, the Verba program seems to give an error when i try to query. He finds the correct documents but when he wants to talk to the openAI API, he gives an error:

2024-01-07 16:37:12 INFO: 192.168.65.1:54372 - “POST /api/get_document HTTP/1.1” 200 OK
2024-01-07 16:37:12 INFO: 127.0.0.1:39374 - “POST /chat/completions HTTP/1.1” 404 Not Found
2024-01-07 16:37:12 INFO: 192.168.65.1:54373 - “POST /api/generate HTTP/1.1” 500 Internal Server Error

Anybody that can help?

Many thanks! :slightly_smiling_face:

Hi @Miguel_De_Hertogh !

I have noticed this issue last week. Looks like some recent change broke the OpenAi Generator, as the Cohere will work just fine.

I believe the best place for that is to open an issue in

Thanks!