Azure OpenAI o4-mini doesn't work while o3-mini does (release v0.7.7) #7045
Closed
hardware-is-not-software
started this conversation in
Help Wanted
Replies: 2 comments 6 replies
-
Updating Instructions (docker): # Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi
# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] } Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat |
Beta Was this translation helpful? Give feedback.
6 replies
-
All good with v0.7.8 |
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.
-
Error: Failed to send message. HTTP 400 - Unsupported data type
at onopen (/app/api/app/clients/ChatGPTClient.js:359:25)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async create (/app/node_modules/@waylaidwanderer/fetch-event-source/lib/cjs/fetch.cjs:56:17) {
status: 400
}
{"level":"error","message":"[handleAbortError] AI response error; aborting request: Failed to send message. HTTP 400 - Unsupported data type\n","stack":"Error: Failed to send message. HTTP 400 - Unsupported data type\n\n at onopen (/app/api/app/clients/ChatGPTClient.js:359:25)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async create (/app/node_modules/@waylaid...","status":400,"timestamp":"2025-04-24T06:26:29.637Z"}
Beta Was this translation helpful? Give feedback.
All reactions