azure openai o3 mini not working #6767
-
What happened?azure openai o3 mini not working , gpt40 and gpt4.5 is working fine , o1-mini is also working useing 2024-12-01-preview error i can call the model from script example
Version Informationlatest version Steps to Reproduceconfig code What browsers are you seeing the problem on?Chrome Relevant log output85-485b-8c58-9ddbab689ced` not found.}: meilisearch: close time.busy=29.2ms time.idle=521µs
chat-meilisearch | 2025-04-07T04:52:31.844161Z INFO HTTP request{method=POST host="meilisearch:7700" route=/indexes/convos/documents query_parameters= user_agent=node status_code=202}: meilisearch: close time.busy=10.0ms time.idle=44.0ms
LibreChat | Response {
LibreChat | status: 400,
LibreChat | statusText: 'model_error',
LibreChat | headers: Headers {
chat-meilisearch | 2025-04-07T04:52:32.756440Z INFO HTTP request{method=POST host="meilisearch:7700" route=/indexes/messages/documents query_parameters= user_agent=node status_code=202}: meilisearch: close time.busy=24.1ms time.idle=45.8ms
LibreChat | 'content-length': '22',
LibreChat | 'content-type': 'text/plain; charset=utf-8',
LibreChat | 'x-content-type-options': 'nosniff',
LibreChat | 'x-ms-rai-invoked': 'true',
LibreChat | 'x-envoy-upstream-service-time': '3',
LibreChat | 'x-request-id': '4943c5c9-b43d-4f92-826e-a2775f137ae0',
LibreChat | 'ms-azureml-model-error-reason': 'model_error',
LibreChat | 'ms-azureml-model-error-statuscode': '400',
LibreChat | 'ms-azureml-model-time': '0',
LibreChat | 'x-ms-client-request-id': '66339e2e-55bd-428a-816a-1992156ad2bb',
LibreChat | 'apim-request-id': '66339e2e-55bd-428a-816a-1992156ad2bb',
LibreChat | 'azureml-model-session': 'v20250319-1-164616836',
LibreChat | 'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
LibreChat | 'x-ms-region': 'Sweden Central',
LibreChat | 'x-ratelimit-remaining-requests': '99',
LibreChat | 'x-ratelimit-limit-requests': '100',
LibreChat | 'x-ratelimit-remaining-tokens': '998976',
LibreChat | 'x-ratelimit-limit-tokens': '1000000',
LibreChat | date: 'Mon, 07 Apr 2025 04:52:32 GMT'
LibreChat | },
LibreChat | body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
LibreChat | bodyUsed: false,
LibreChat | ok: false,
LibreChat | redirected: false,
LibreChat | type: 'basic',
LibreChat | url: 'https://moid-poc-azure-openai-sweden-central.openai.azure.com/openai/deployments/o3-mini/chat/completions?api-version=2024-12-01-preview'
LibreChat | }
LibreChat | Error: Failed to send message. HTTP 400 - Unsupported data type
LibreChat |
LibreChat | at onopen (/app/api/app/clients/ChatGPTClient.js:368:25)
LibreChat | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
LibreChat | at async create (/app/node_modules/@waylaidwanderer/fetch-event-source/lib/cjs/fetch.cjs:56:17) {
LibreChat | status: 400
LibreChat | }
LibCrehat | 2025-04-07 04:52:32 error: [handleAbortError] AI response error; aborting request: Failed to send message. HTTP 400 - Unsupported data type
LibreChat | ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Working fine on my end, try updating to latest. It seems you may be on an older version. 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.
-
this is my command cd C:\personal\LibreChat; docker-compose down; git status; git pull; git log -1; docker-compose build; docker-compose up -d is there a way to genrate more logs |
Beta Was this translation helpful? Give feedback.
-
its working after i deleted and created again thanks |
Beta Was this translation helpful? Give feedback.
Working fine on my end, try updating to latest. It seems you may be on an older version.
Updating Instructions (docker):
Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat