Skip to content
Discussion options

You must be logged in to vote

I actually managed to fix this error by changing the librechat.yaml config:

- group: "gpt5"
  apiKey: "${GPT-5-API-KEY}"
  baseURL: "https://${INSTANCE_NAME}.openai.azure.com/openai/v1"
  instanceName: "${INSTANCE_NAME}"
  version: "preview"
  models:
    gpt-5:
      deploymentName: "gpt-5"
      useOverrides: true

Also, under modelSpecs, make sure to use

preset:
  useResponsesApi: true

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nonakahiroshi-sys
Comment options

Answer selected by nonakahiroshi-sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants