mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 11:50:14 +01:00
- Add support for user-provided OpenAI API key by setting OPENAI_KEY to "user_provided" in .env.example - Pass oaiApiKey to titleConvo function in titleConvo.js - Pass oaiApiKey to askClient function in askOpenAI.js - Modify openAI object in endpoints.js to include userProvide property based on whether OPENAI_KEY is set to "user_provided" or not. |
||
|---|---|---|
| .. | ||
| app | ||
| lib | ||
| middleware | ||
| models | ||
| server | ||
| strategies | ||
| utils | ||
| .env.example | ||
| .eslintrc.js | ||
| .prettierrc | ||
| nodemon.json | ||
| package.json | ||