LibreChat/client
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
..
public/assets build: install and configure Vite, move index.html 2023-04-01 12:58:49 -07:00
src feat(chatgpt-browser): add support for multiple GPT models 2023-04-02 14:34:12 -04:00
.babelrc chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
.eslintrc.js chore: reorg. content files, add blinking cursor 2023-03-21 09:46:08 -04:00
.prettierrc chore: add prettier 2023-03-22 01:32:30 -04:00
index.html build: install and configure Vite, move index.html 2023-04-01 12:58:49 -07:00
nginx.conf fix: update url rule in nginx 2023-03-29 16:11:43 +08:00
package-lock.json reset package-lock 2023-04-02 00:03:54 -04:00
package.json Merge branch 'main' into feat-endpoint-style-structure 2023-04-02 00:03:13 -04:00
postcss.config.cjs refactor: rename and fix postcss.config 2023-04-01 12:57:17 -07:00
tailwind.config.cjs refactor: rename tailwind config 2023-04-01 12:57:39 -07:00
tsconfig.json build: install and configure Vite, move index.html 2023-04-01 12:58:49 -07:00
vite.config.ts refactor: have build served from dist folder 2023-04-01 13:28:37 -07:00
webpack.config.js model menu won't close on model deletion 2023-03-09 19:02:59 -05:00