LibreChat/api/server/routes
Danny Avila 26152d7e5f
feat(api): add support for user-provided OpenAI API key (#311)
- 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.
2023-05-17 21:58:56 -04:00
..
ask feat(api): add support for user-provided OpenAI API key (#311) 2023-05-17 21:58:56 -04:00
auth.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
convos.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
endpoints.js feat(api): add support for user-provided OpenAI API key (#311) 2023-05-17 21:58:56 -04:00
index.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
messages.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
oauth.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
presets.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
prompts.js reorganize dirs for dockerize 2023-03-06 10:15:07 -05:00
search.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
tokenizer.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00