No key found for some Agents on 0.7.7 #6560
Unanswered
brentp913
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Seems to be an issue with LiteLLM and not LibreChat, double check your config there. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
After upgrading LibreChat from 0.7.6 to 0.7.7, all of my Agents that used non-OpenAI models give me the error message:
"No key found. Please provide a key and try again."
The console log in docker shows the following:
Additionally, when I try the Deepseek R1 model, I get these errors:
In the previous version of LibreChat, it used the
apiKey
's that I set in librechat.yaml were used. I suspect that because some of the model names I'm using undercustom
endpoints align with actual services, that 0.7.7 is trying to use the API keys from the environment variables, which I don't set because I use LiteLLM as a proxy.Version Information
Steps to Reproduce
librechat.yaml
:Note: Our LiteLLM server accesses Claude through AWS Bedrock if that matters at all.
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions