LibreChat/api/server/routes
Anirudh 14104b276f
Added functionality to allow users to set custom api keys (#276)
* Added functionality to allow users to set custom api keys

* Added error handling

* Changed token to apiKey

* Changed apiKey to oaiApiKey

* added azure openai ui

* Removed logging

* Changed configure to Use

* Made checked position more rounded

* Made setting api key optional if it is openai

* Modified error handling

* Add support for insufficient_quota errors

* Fixed faulty error detection

* removed logging
2023-05-17 19:21:30 -04:00
..
ask Added functionality to allow users to set custom api keys (#276) 2023-05-17 19:21:30 -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 Added functionality to allow users to set custom api keys (#276) 2023-05-17 19:21:30 -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