LibreChat/api
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
..
app feat(chatgpt-browser): add support for multiple GPT models 2023-04-02 14:34:12 -04:00
lib feat: feat: new endpoint-style endpoint select 2023-03-31 04:22:16 +08:00
models feat: add preset in server 2023-04-02 04:14:42 +08:00
server feat(chatgpt-browser): add support for multiple GPT models 2023-04-02 14:34:12 -04:00
.env.example feat: allow default gpt api model before frontend customization 2023-03-29 10:17:24 -04:00
.eslintrc.js chore: eslint rules and blinker update in text handling 2023-03-21 13:41:31 -04:00
.prettierrc chore: add prettier 2023-03-22 01:32:30 -04:00
nodemon.json fix: ignoreDir pointing correctly 2023-03-07 13:49:15 -05:00
package-lock.json chore(api): update "@waylaidwanderer/chatgpt-api" dependency to version 1.33.2 2023-04-02 12:07:59 -04:00
package.json chore(api): update "@waylaidwanderer/chatgpt-api" dependency to version 1.33.2 2023-04-02 12:07:59 -04:00