GPT-4o, gemini-2.5-pro, and gemini-2.5-flash not working in v0.7.9-rc1 #8569
-
We've been using the For OpenAI we're seeing the following error:
For Gemini we're seeing:
The errors persist in v0.7.9-rc1 and the latest release aec1777. We're using Railway for hosting. We're providing API keys via `env vars. The keys work, when we're testing them using curl. This is a subset of our ENV var configuration (not sure which of those might be relevant)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem was, that we were using incorrect or maybe outdated configuration. Gemini issue We had OpenAI We had After adjusting these values, I was able to update to LibreChat 0.8.0-rc3 without issues. |
Beta Was this translation helpful? Give feedback.
The problem was, that we were using incorrect or maybe outdated configuration.
Gemini issue
We had
GOOGLE_AUTH_HEADER
set totrue
. Switching tofalse
fixed the Gemini issue.OpenAI
We had
OPENAI_BASE_URL
set tohttps://api.openai.com
. Removing that env var fixed the OpenAI issue.After adjusting these values, I was able to update to LibreChat 0.8.0-rc3 without issues.