azureOpenAI Configuration Rejected in Main Branch #8063
Replies: 3 comments 2 replies
-
Looking at your error message, the issue isn't with
Your file structure should look like this: version: 1.2.5
# Root-level configs (if you have them)
interface:
# interface settings
fileConfig:
# file config settings
endpoints:
azureOpenAI:
# your azureOpenAI config here The Could you share your complete YAML structure (with sensitive values redacted) to confirm this is the issue? |
Beta Was this translation helpful? Give feedback.
-
I performed a fair amount of testing with only the Running the most basic
|
Beta Was this translation helpful? Give feedback.
-
Ok, after further inspection, it seems to only be occurring on the pre-built docker container |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Bug Report: azureOpenAI Configuration Rejected in Main Branch
What happened?
When using the main branch Docker image (
ghcr.io/danny-avila/librechat-dev-api:latest
), theazureOpenAI
endpoint configuration inlibrechat.yaml
is rejected with the error:This occurs even though
azureOpenAI
is a documented and valid endpoint type. The same configuration works correctly with the latest stable release (ghcr.io/danny-avila/librechat:latest
).Expected behavior: The azureOpenAI endpoint configuration should be accepted and parsed correctly, as it is defined in the schema at
packages/data-provider/src/config.ts
.Version Information
What browsers are you seeing the problem on?
N/A - This is a backend configuration issue
Relevant log output
Additional Context
Investigation shows:
configSchema
inpackages/data-provider/src/config.ts
includesazureOpenAI
at line 738.strict()
inloadCustomConfig.js
line 71The same configuration works perfectly with the stable release, indicating this is a regression in the main branch.
Code of Conduct
Version Information
ghcr.io/danny-avila/librechat-dev latest b41808f0f197 16 months ago 1.42GB
librechat-client latest ff8e078bb80d 16 months ago 22.8MB
ghcr.io/danny-avila/librechat-dev-api latest 2ab937d01895 16 months ago 1.12G
Steps to Reproduce
librechat.yaml
file with azureOpenAI configuration:What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions