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
Daniel Avila
8fa20d9356
Merge branch 'main' into feat-endpoint-style-structure
2023-04-01 19:41:36 -04:00
Daniel D Orlando
eb2d9bac33
refactor: have build served from dist folder
2023-04-01 13:28:37 -07:00
Wentao Lyu
80ef5008dd
feat: add preset in server
2023-04-02 04:14:42 +08:00
Wentao Lyu
60be4f12b7
feat: return endpoint config from server
2023-04-01 14:33:07 +08:00
Wentao Lyu
adcc021c9e
feat: feat: new endpoint-style submit
2023-03-31 03:22:57 +08:00
Wentao Lyu
319e4f0f95
fix: set to default model in searchPlaceholderConversation
...
fix: set max auth cookie to 7 days
2023-03-29 01:26:58 +08:00
Wentao Lyu
7d43032a98
feat: return home page on any path
...
fix: clearConvo will remove all messages
2023-03-28 00:15:29 +08:00
Daniel Avila
1d464fdcfa
reduce noisy meili errors if not set
2023-03-22 21:23:01 -04:00
Daniel Avila
655e7ce6d6
chore: improve meili error handling
2023-03-22 17:15:32 -04:00
Daniel Avila
e25aa74d7b
search: correctly register/export schema/models, also made IIFE
2023-03-22 01:33:49 -04:00
Daniel Avila
d13315c45b
chore: comment out auth route
2023-03-20 02:58:41 -04:00
Daniel Avila
4f5ee8b198
move db functions
2023-03-17 19:58:13 -04:00
Danny Avila
dcc13daf67
testing: mongo meilisearch
2023-03-16 16:22:08 -04:00
Danny Avila
1fe9e29187
Merge branch 'master' into feat-model-based-on-key
2023-03-16 13:39:41 -04:00
Wentao Lyu
131af50034
feat: show model based on configured Keys
2023-03-16 14:44:14 +08:00
Wentao Lyu
62d88380e0
feat: add sample multi-user support
...
feat: update README
2023-03-16 13:20:34 +08:00
Daniel Avila
4fd05e15b4
fix: migrate old schema to new
2023-03-15 02:15:46 +08:00
Wentao Lyu
8604030404
Add more information in env.example.
...
Give current host address when HOST=0.0.0.0
2023-03-11 15:03:18 +08:00
Wentao Lyu
06c99154ac
feat: support config host name and proxy address
2023-03-11 14:12:51 +08:00
Danny Avila
72ff47e204
Rolled back to v0.0.2
2023-03-10 12:55:45 -05:00
Wentao Lyu
67156f4a7a
feat: support config host name and proxy address
2023-03-10 21:12:16 +08:00
Daniel Avila
d93282640c
modify starting files and readme
2023-03-06 18:17:43 -05:00
Danny Avila
08f59819cf
modify docker setup
2023-03-06 15:56:25 -05:00
Danny Avila
f5e079742a
chore: reorganize client files for docker
2023-03-06 10:47:06 -05:00
Danny Avila
fca546af63
reorganize dirs for dockerize
2023-03-06 10:15:07 -05:00