Replies: 2 comments 1 reply
-
? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does this documentation help you? https://www.librechat.ai/docs/configuration/rag_api#default-configuration |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I found that I can only write
RAG_OPENAI_API_KEY
in the .env file, but not automatically use the openai key inputed by the user likeOPENAI_API_KEY=user_provided
. This will result in an error message when the user uploads the document:Error processing file
when i didn't set it. If I fill it in, my own key will be used for embedding. How can I automatically call the openai key entered by the user?Beta Was this translation helpful? Give feedback.
All reactions