Wentao Lyu
8c2d577e60
feat: remove customGpts
2023-04-05 16:15:46 +08:00
Wentao Lyu
d864da6a21
fix: rewrite ask openAI and ask BingAI. now all code cleaned.
2023-04-05 02:29:11 +08:00
Danny Avila
bb75b6df3b
feat(bingai.js): add context and systemMessage parameters to askBing function
...
feat(conversationPreset.js): add context and systemMessage fields to conversation preset schema
feat(askBingAI.js): pass context and systemMessage parameters to ask function
feat(Settings.jsx): add toneStyle prop to BingAISettings component
feat(BingAIOptions/index.jsx): add useEffect to check if advanced mode is needed
feat(cleanupPreset.js): add context and systemMessage fields to cleaned up preset object
feat(getDefaultConversation.js): add context and systemMessage fields to default conversation object
feat(handleSubmit.js): add context and systemMessage fields to message object
2023-04-04 12:53:41 -04:00
Wentao Lyu
dae0c2d5e3
server fix: code refactor
2023-04-04 01:10:50 +08:00
Wentao Lyu
80ef5008dd
feat: add preset in server
2023-04-02 04:14:42 +08:00
Wentao Lyu
d76efa7874
code cleanup
2023-04-02 00:57:27 +08:00
Wentao Lyu
46e3ef4049
feat: endpoint setting mobile style.
...
feat: save and endpoint option works!
2023-04-01 23:27:44 +08:00
Wentao Lyu
ec47879edc
clean: parentMassageId is no more needed in conversation.
2023-04-01 02:15:09 +08:00
Wentao Lyu
e8e3903b78
feat: feat: new endpoint-style endpoint select
...
fix: a wrong use of bingai params
2023-03-31 04:22:16 +08:00
Wentao Lyu
adcc021c9e
feat: feat: new endpoint-style submit
2023-03-31 03:22:57 +08:00
Wentao Lyu
dd825dc6d4
feat: new endpoint-style structure in server side
2023-03-31 00:20:18 +08:00
Wentao Lyu
e796a19136
fix: remove related messages when deleting conversations.
2023-03-29 13:32:01 +08:00
Daniel Avila
0d7300be9b
fix: chatgptBrowser handling and ask.js refactor
2023-03-28 22:28:43 -04:00
Wentao Lyu
d8ccc5b870
fix: clearConvo will remove all messages
2023-03-28 01:19:44 +08:00
Hyunggyu Jang
7486a56816
updateConvo for title updating
2023-03-27 12:53:40 +09:00
Daniel Avila
ad0f2408c8
Merge branch 'main' into bing-styles
2023-03-24 18:50:56 -04:00
Daniel Avila
34bef48e84
fix: correctly searches bing messages
2023-03-24 18:26:59 -04:00
Danny Avila
89ab74a913
feat: complete frontend/backend tone handling
2023-03-24 16:21:10 -04:00
Daniel Avila
1d464fdcfa
reduce noisy meili errors if not set
2023-03-22 21:23:01 -04:00
Daniel Avila
719413f87a
feat: syncs across document deletions
2023-03-22 19:53:09 -04:00
Daniel Avila
97634865eb
feat: syncs across document deletions
2023-03-22 19:52:38 -04:00
Danny Avila
8f58c95452
feat: main styling/ui/ux final changes
2023-03-22 16:06:11 -04:00
Danny Avila
67161c983f
chore: meilisearch setup config
2023-03-22 10:23:55 -04:00
Danny Avila
5164cf46ac
chore: error handling for complete omission of env var
2023-03-22 09:38:38 -04:00
Daniel Avila
a5cf2f9148
search: correctly register/export schema/models for mongoMeili
2023-03-22 01:31:01 -04:00
Daniel Avila
194051e424
feat: api will plugin mongoMeili without a valid connection
2023-03-21 20:06:27 -04:00
Daniel Avila
7d796f2c3e
bing hotfix, latest api, uses sydney
2023-03-20 17:02:37 -04:00
Daniel Avila
0b75d5d6fe
chore: another hotfix patch on getConvoTitle
2023-03-20 02:30:08 -04:00
Daniel Avila
80ca3bc375
chore: hotfix for browser client
2023-03-20 01:35:02 -04:00
Daniel Avila
b0936fa322
chore: unplug meilisearch, add leading option to throttle
2023-03-20 00:48:16 -04:00
Daniel Avila
d56aa2edef
loads up to 20 messages, debugging markdown issue
2023-03-18 23:18:36 -04:00
Daniel Avila
4197a92609
feat: search working as expected
2023-03-18 17:49:24 -04:00
Daniel Avila
b97594c000
fix: conflicting fetch with /api/convos
2023-03-18 14:28:10 -04:00
Daniel Avila
0f54ffd8b4
feat: search bar working, still in progress
2023-03-18 01:40:49 -04:00
Daniel Avila
610cba4a60
backend logic drafted, moving to frontend
2023-03-17 22:20:36 -04:00
Daniel Avila
4f5ee8b198
move db functions
2023-03-17 19:58:13 -04:00
Daniel Avila
9995a159aa
feat: reorganize api files, add mongoMeili
2023-03-16 19:38:16 -04:00
Daniel Avila
854f1c3572
feat: search, refactoring messages model
2023-03-16 17:20:26 -04:00
Danny Avila
dcc13daf67
testing: mongo meilisearch
2023-03-16 16:22:08 -04:00
Danny Avila
915cda70ef
fix: user:user redundancies
2023-03-16 13:32:04 -04:00
Wentao Lyu
aabb19656e
feat: combine customgpt to user
2023-03-16 13:30:20 +08:00
Wentao Lyu
b0284b6974
sync updates and merge with feat-resubmit
2023-03-16 13:20:54 +08:00
Wentao Lyu
62d88380e0
feat: add sample multi-user support
...
feat: update README
2023-03-16 13:20:34 +08:00
Daniel Avila
6192c2964e
fix: validation to avoid saving customGpt params to non-custom models
2023-03-14 20:14:38 -04:00
Daniel Avila
626a8fbd8e
fix: if db is empty, will never show new convos until refresh
2023-03-14 18:53:46 -04:00
Danny Avila
c230fe41f4
Merge branch 'feat-resubmit' into refactors
2023-03-14 16:09:25 -04:00
Wentao Lyu
8289558d94
feat: pagination in nav
2023-03-15 04:05:14 +08:00
Danny Avila
9a17e94f8f
fix: refactor migration and sort old convos correctly
2023-03-14 14:51:26 -04:00
Wentao Lyu
644f3f716f
feat: re-orginazed three ask api. To provide ability to reproduce message.
...
feat: bing and sydney come to work again, [need more test]
2023-03-15 02:15:46 +08:00
Wentao Lyu
7168498543
fix: jailbreakConversationId=false response will be saved jailbreakConversationId='false' in database.
2023-03-15 02:15:46 +08:00