LibreChat/api/server/routes
Daniel Avila aa4fd57459 feat(chatgpt-browser): add support for multiple GPT models
This commit adds support for multiple GPT models in the chatGPT-browser
client. The available models are now stored in a Map object, which maps
the model label to its corresponding model.

The commit adds a new component, ChatGPTOptions, to the client
UI to allow the user to select the GPT model to use in the chat. The
component is only displayed when the chatGPT-browser endpoint is
selected.
2023-04-02 14:34:12 -04:00
..
ask.js feat: feat: new endpoint-style submit 2023-03-31 03:22:57 +08:00
askBingAI.js feat: feat: new endpoint-style endpoint select 2023-03-31 04:22:16 +08:00
askChatGPTBrowser.js feat(chatgpt-browser): add support for multiple GPT models 2023-04-02 14:34:12 -04:00
askOpenAI.js feat(chatgpt-browser): add support for multiple GPT models 2023-04-02 14:34:12 -04:00
askSydney.js updateConvo for title updating 2023-03-27 12:53:40 +09:00
auth.js fix: a typo in authenticatedOrRedirect 2023-03-31 00:26:43 +08:00
authYourLogin.js fix: auth env var must have no value, as well as assigned username incase a falsy value is set 2023-03-23 15:37:25 -04:00
convos.js Merge remote-tracking branch 'origin/main' into feat-refactor-0.1.1 2023-03-29 00:19:46 +08:00
customGpts.js feat: combine customgpt to user 2023-03-16 13:30:20 +08:00
handlers.js feat: feat: new endpoint-style submit 2023-03-31 03:22:57 +08:00
index.js feat: add preset in server 2023-04-02 04:14:42 +08:00
messages.js reorganize dirs for dockerize 2023-03-06 10:15:07 -05:00
presets.js feat: add preset in server 2023-04-02 04:14:42 +08:00
prompts.js reorganize dirs for dockerize 2023-03-06 10:15:07 -05:00
search.js fix: missing icon of search result 2023-03-29 02:29:15 +08:00