Danny Avila
84b104e65f
chore: delegate response text parsing to one location
2023-03-15 15:44:48 -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
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
Wentao Lyu
5d0b849930
feat: show icon within model select menu
...
fix: use icon for gptCustom
2023-03-15 14:21:08 +08:00
Wentao Lyu
54aa9debb4
fix: don't reset new convo if model not change
...
fix: change model will clear all messages.
2023-03-15 13:38:01 +08:00
Daniel Avila
4e91437049
fix: convo resets, sets new Convo
2023-03-14 21:32:25 -04:00
Daniel Avila
918f2fecb6
fix: convo resets on model change
2023-03-14 21:25:02 -04: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
71fc86b9a6
fix: buildTree should store parent-not-exist message as root. rather than dropping them.
2023-03-15 02:43:21 +08:00
Wentao Lyu
8882432210
fix: hide the edit button when bingai
2023-03-15 02:33:08 +08: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
3e7ce67609
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
2afbc5883f
fix: use onCompositionStart and onCompositionEnd to aviod enter submit when using input method.
2023-03-15 02:15:46 +08:00
Wentao Lyu
953f846958
fix: loading and send button, mobile style
...
feat: sibling switch, mobile style
fix: only the real submitting message will blink
feat: drop the text version username, use a similar square. (or it will mass up the sibling switch)
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
0e98cb4206
fix: in mobile view, resubmit edit button should always visible
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
5a409ccfa6
fix: don't resubmit html label
...
fix: hide the resubmit editor border
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
be71140dd4
fix: new message should append to the exist one
2023-03-15 02:15:46 +08:00
Wentao Lyu
6d51ec3e37
feat: auto hide edit button when edit is enabled.
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
Wentao Lyu
b9975ac283
fix: missing setSubmission
2023-03-15 02:15:46 +08:00
Wentao Lyu
8affbfdb4a
feat: auto focus
2023-03-14 01:12:11 +08:00
Daniel Avila
8e513d83a5
fix: model menu key issue
2023-03-12 16:45:44 -04:00
Daniel Avila
8762765dd0
fix: retain scroll view on delete convo
2023-03-11 22:59:32 -05: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
4fa599e97a
fix: format sender text change and mobile styling
2023-03-11 17:36:10 -05:00
Danny Avila
950b8f3f1e
Merge pull request #34 from wtlyu/feat-mobile
...
feat: basic support mobile mode.
2023-03-11 12:59:09 -05:00
Danny Avila
8624062488
Merge pull request #26 from wtlyu/master
...
support config host name and proxy address. and fix a docker bug
2023-03-11 12:05:16 -05:00
Wentao Lyu
070fee2ece
feat: basic support in mobile mode. including:
...
navbar show and hide,
similar fade animation,
auto close when select new convo,
mobile title will change with convo,
new chat button.
2023-03-12 00:32:03 +08:00
Daniel Avila
09659be002
fix: unsupported lang handler in client
2023-03-11 10:28:46 -05:00
Wentao Lyu
c5c865a25f
fix: frontend api request shouldn't hard code the domain and port.
2023-03-11 14:13:39 +08:00
Danny Avila
fc2b9bf7f2
feat: tab link component, edit wrapper
2023-03-10 13:12:24 -05:00
Danny Avila
cdbe00ec6f
feat: tab link component
2023-03-10 13:11:17 -05:00
Danny Avila
72ff47e204
Rolled back to v0.0.2
2023-03-10 12:55:45 -05:00
Danny Avila
6c02558f1b
feat: links open in new tab
2023-03-10 09:44:40 -05:00
Wentao Lyu
3a9b532248
fix: frontend api request shouldn't hard code the domain and port.
2023-03-10 21:12:16 +08:00
Daniel Avila
d0ecaabfd8
feat: cites text with links
2023-03-09 20:29:44 -05:00
Daniel Avila
a286f027c8
model menu won't close on model deletion
2023-03-09 19:02:59 -05:00