Open kitzler-walli opened 2 months ago
When I try to set it up as OpenAI compatible I receive this error:
Failed to get response from the OpenAI-compat chat completion API: ApiError("{\"error\":{\"code\":\"404\",\"message\":\"Resource not found\"}}")
I have the same problem in the current version 1.3.2
I tried to create a global openai bot with a config like this:
but this only returns
Resource not found (code: 404)
When I copy the curl sample from Azure OpenAI Studio this looks like this:
this works just fine within the container. How will I have to adapt these settings for Baibot?