Daniel Avila
08c91871c7
chore: hotfix: browser will not leave empty convo
2023-03-20 01:42:06 -04:00
Daniel Avila
80ca3bc375
chore: hotfix for browser client
2023-03-20 01:35:02 -04:00
Daniel Avila
0b47218cd5
markdown library change
2023-03-19 01:14:19 -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
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
586c162404
merge commit
2023-03-17 19:40:44 -04:00
Danny Avila
ce3f03267a
Merge pull request #80 from wtlyu/feat-regenerate-and-cancel
...
Feat regenerate and cancel
2023-03-17 10:40:45 -04:00
Danny Avila
5568a60174
handle bing message refusal
2023-03-17 09:11:45 -04:00
Danny Avila
ea4180f22a
remove detect code (not always accurate)
2023-03-17 09:11:31 -04:00
Daniel Avila
6d2f3361d0
feat: search in progress
2023-03-16 21:20:40 -04:00
Daniel Avila
9995a159aa
feat: reorganize api files, add mongoMeili
2023-03-16 19:38:16 -04:00
Danny Avila
dcc13daf67
testing: mongo meilisearch
2023-03-16 16:22:08 -04:00
Wentao Lyu
ef9f1ee1cf
feat: cancellable api request
2023-03-17 03:50:34 +08:00
Wentao Lyu
66ad54168a
feat: regenerate for bingai
2023-03-17 03:50:34 +08: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
131af50034
feat: show model based on configured Keys
2023-03-16 14:44:14 +08: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
41f351786f
fix: oversight, artifact in bing route
2023-03-15 22:36:16 -04:00
Danny Avila
84b104e65f
chore: delegate response text parsing to one location
2023-03-15 15:44:48 -04:00
Danny Avila
a0c94715ce
chore: refactor titleConvo
2023-03-15 15:21:04 -04:00
Danny Avila
a8aad30fc8
chore: memoized Messages component, will require custom equality check
2023-03-15 14:36:17 -04:00
Danny Avila
2fd50c99b8
fix: debounce title request and handle error with default title
2023-03-15 12:47:30 -04:00
Daniel Avila
796d8031e8
fix: ensure custom params are not passed to non custom models
2023-03-14 20:21:41 -04:00
Danny Avila
c230fe41f4
Merge branch 'feat-resubmit' into refactors
2023-03-14 16:09:25 -04:00
Danny Avila
d0ef0f84c8
chore: delegate text handling to one place, html sanitization in progress
2023-03-14 16:05:46 -04:00
Wentao Lyu
8289558d94
feat: pagination in nav
2023-03-15 04:05:14 +08:00
Danny Avila
2e20b28c4d
chore: refactor progressCB to one place, fix sydney, and sanitize html
2023-03-14 15:42:59 -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
8b00805d24
fix: dont send gen_title twice
2023-03-15 02:15:46 +08:00
Wentao Lyu
d73375958b
feat: return error as a error message, not only text
2023-03-15 02:15:46 +08:00
Wentao Lyu
27515cb00a
fix: generate title by backend
2023-03-15 02:15:46 +08:00
Daniel Avila
4fd05e15b4
fix: migrate old schema to new
2023-03-15 02:15:46 +08:00
Wentao Lyu
0fa19bb6ad
feat: save error message into database.
2023-03-15 02:15:46 +08:00
Wentao Lyu
a4d5f6a3f2
feat: fully multipath and resubmit
2023-03-15 02:15:46 +08:00
Wentao Lyu
90dc171b34
test: generate of title shouldn't be mislead by answer
2023-03-15 02:15:46 +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
8773878be2
feat: create conversation at the beginning then return the userMessage
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
8e513d83a5
fix: model menu key issue
2023-03-12 16:45:44 -04:00
Daniel Avila
3038015a5b
fix: removes newline from start of stream response if present
2023-03-11 23:11:55 -05:00
Daniel Avila
23de688bf3
fix: stops stream upon conversation
2023-03-11 21:42:08 -05:00