Wentao Lyu
bbf2f8a6ca
feat: support user-provided token to bingAI and chatgptBrowser
2023-04-10 14:51:38 +08:00
Daniel Avila
88aea81288
WIP: fix: fix abort messages and continue conversation on abort
...
feat(askOpenAI.js): add abort endpoint to cancel requests
feat(MessageHandler): add abort functionality to cancel requests
feat(submission.js): add lastResponse and source atoms to store
feat(handleSubmit.js): add stopGenerating function to cancel requests
2023-04-08 23:19:29 -04:00
Wentao Lyu
6f0b559927
feat: export conversation: csv, json, txt, markdown
2023-04-07 00:05:07 +08:00
Wentao Lyu
3b94a98719
fix: use new conversation Id
2023-04-07 00:05:07 +08:00
Wentao Lyu
8c2d577e60
feat: remove customGpts
2023-04-05 16:15:46 +08:00
Wentao Lyu
d2579b44d1
feat: support edit preset,
...
feat: support view current conversation options.
feat: save current conversation as a preset.
feat: preset delete all.
2023-04-04 01:12:14 +08:00
Wentao Lyu
45e17da241
feat: add preset and edit preset.
2023-04-02 04:15:07 +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
60be4f12b7
feat: return endpoint config from server
2023-04-01 14:33:07 +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
c53778e7c1
feat: new endpoint-style structure in client side
...
NOT FINISHED. model menu and icon and send message not work.
2023-03-31 00:20:45 +08:00
Danny Avila
d6fdf41011
fix: add text to global state
2023-03-29 11:25:27 -04: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
370dc2dd8a
feat: support search-style-url
...
fix: url can be null in conversationId and query
fix: get conversation api should handle not found.
2023-03-29 00:08:02 +08:00
Wentao Lyu
8ea98cca5d
refactor: bing button
...
THIS IS NOT FINISHED. DONT USE THIS
2023-03-28 23:00:29 +08:00
Wentao Lyu
c7c30d8bb5
refactor: basic message and send message. as well as model
...
THIS IS NOT FINISHED. DONT USE THIS
2023-03-28 22:39:27 +08:00
Wentao Lyu
af3d74b104
refactor: nav and search.
...
feat: use recoil to replace redux
feat: use react-native
THIS IS NOT FINISHED. DONT USE THIS
2023-03-28 20:36:21 +08:00
Danny Avila
89ab74a913
feat: complete frontend/backend tone handling
2023-03-24 16:21:10 -04:00
Danny Avila
8f58c95452
feat: main styling/ui/ux final changes
2023-03-22 16:06:11 -04:00
Daniel Avila
97a6cd801b
feat: simple api call to enable search
2023-03-21 19:31:57 -04:00
Daniel Avila
7d796f2c3e
bing hotfix, latest api, uses sydney
2023-03-20 17:02:37 -04:00
Daniel Avila
4ce60537ca
search result styling changes
2023-03-19 11:25:12 -04:00
Daniel Avila
d56aa2edef
loads up to 20 messages, debugging markdown issue
2023-03-18 23:18:36 -04:00
Daniel Avila
4e6168d8fa
setup message population on search
2023-03-18 18:40:53 -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
586c162404
merge commit
2023-03-17 19:40:44 -04:00
Daniel Avila
6d2f3361d0
feat: search in progress
2023-03-16 21:20:40 -04:00
Wentao Lyu
0891566d1e
feat: add regenerate to all response message as official
2023-03-17 03:49:59 +08:00
Danny Avila
1fe9e29187
Merge branch 'master' into feat-model-based-on-key
2023-03-16 13:39:41 -04:00
Wentao Lyu
b6f7f95709
feat: set default model once model list read.
2023-03-16 21:12:33 +08: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
Danny Avila
96ca783517
chore: re-organize message modules, fix icon size, convo reset properly rebuilds Tree
2023-03-15 10:42:45 -04:00
Wentao Lyu
45ca0a8713
fix: gptCustom icon should show as same in model and message
2023-03-15 14:42:39 +08:00
Daniel Avila
796d8031e8
fix: ensure custom params are not passed to non custom models
2023-03-14 20:21:41 -04:00
Wentao Lyu
8289558d94
feat: pagination in nav
2023-03-15 04:05:14 +08:00
Wentao Lyu
9f8e9cb091
feat: gen title by sperate api call
...
feat:
fix: rename of convo should based on real request.
2023-03-15 02:15:46 +08:00
Wentao Lyu
0ed8a40a41
feat: merge all message.id into message.messageId
...
feat: the first message will have a parentMessageId as 00000000-0000-0000-0000-000000000000 (in order not to create new convo when resubmit)
feat: ask will return the userMessage as well, to send back the messageId
TODO: comment out the title generation.
TODO: bing version need to be test
fix: never use the same messageId
fix: never delete exist messages
fix: connect response.parentMessageId to the userMessage.messageId
fix: set default convo title as new Chat
2023-03-15 02:15:46 +08:00
Wentao Lyu
bdfc895800
feat: support resubmit.
...
TODO: basic implementation. should add multi-path record in future.
feat: add deleteMessahesSince
feat: saveMessage will do createOrSave
feat: reorginazed submission
2023-03-15 02:15:46 +08:00
Daniel Avila
f1aabfa543
fix: reset submission when convo clears
2023-03-11 22:35:39 -05:00
Daniel Avila
23de688bf3
fix: stops stream upon conversation
2023-03-11 21:42:08 -05:00
Daniel Avila
79f050bac7
feat: loading state for messages
2023-03-11 18:39:46 -05:00
Daniel Avila
0ba92c4c03
add new reducer to ensure conversations are renewed on model change
2023-03-09 18:57:37 -05:00
Daniel Avila
2c1ae68dc4
adding sydney in progress. only uses jailbreakConvoId and parentMsgId
2023-03-08 21:06:58 -05:00
Daniel Avila
69b3edc52c
feat: sydney is functional
2023-03-08 19:47:23 -05:00
Danny Avila
a8eaf2452a
update readme, setup files, and clear convo bug
2023-03-07 14:43:55 -05:00
Danny Avila
da61a2841f
fix: customGpt persistence blindspot, also remove free gpt
2023-03-07 14:22:33 -05:00
Danny Avila
f2b092545f
fix: convos correctly delete
2023-03-07 13:53:23 -05:00