balibabu
fce14ee187
feat: add loading to ChatContainer and set font family to inter and add tooltip to Form.Item and download documents on the document list page ( #136 )
...
* feat: download documents on the document list page
* feat: add tooltip to Form.Item
* feat: set font family to inter
* feat: add loading to ChatContainer
2024-03-20 18:20:42 +08:00
balibabu
78727c8809
fix: disable sending messages if both application and conversation are empty and add loading to all pages ( #134 )
...
* feat: add loading to all pages
* fix: disable sending messages if both application and conversation are empty
* feat: add chatSpin class to Spin of chat
2024-03-20 11:13:51 +08:00
balibabu
d38e92aac8
fix: fixed the issue that the prompt word for registering an account is not in English and fixed the issue where the last message would keep loading if the backend reported an error during chat and fixed the issue where the next button would float above the file list on the file upload page ( #133 )
...
* feat: fixed the issue where the next button would float above the file list on the file upload page.
* feat: fixed the issue where the last message would keep loading if the backend reported an error during chat.
* fix: fixed the issue that the prompt word for registering an account is not in English
2024-03-19 19:21:35 +08:00
balibabu
d56c9e7630
feat: add chunkText to messageText to distinguish table rows and when parsing, the delete and other buttons are set to disabled. ( #130 )
...
* feat: when parsing, the delete and other buttons are set to disabled.
* feat: add chunkText to messageText to distinguish table rows
2024-03-19 10:20:50 +08:00
balibabu
c1734be59d
feat: add programming language highlighting for markdown syntax ( #129 )
2024-03-18 18:39:00 +08:00
balibabu
82350c4139
feat: fixed an issue where the default value for temperature was not set when creating a new chat and install remark-gfm so that the markdown table can be displayed ( #124 )
...
* feat: install remark-gfm so that the markdown table can be displayed
* feat: fixed an issue where the default value for temperature was not set when creating a new chat
2024-03-15 14:34:09 +08:00
balibabu
c7c451bb9f
feat: bind length of conversationList to chat count ( #116 )
2024-03-08 19:33:33 +08:00
balibabu
63e498ac79
feat: add UserSetting and set height of MoreIcon to 24px and replace logo ( #111 )
...
* feat: replace logo
* feat: set height of MoreIcon to 24px
* feat: add UserSetting
2024-03-07 19:13:16 +08:00
balibabu
6048926a4d
feat: fixed the issue that some PDF documents could not be displayed on the chunk list page in small screens and logout ( #105 )
...
* feat: logout
* feat: fixed the issue that some PDF documents could not be displayed on the chunk list page in small screens
2024-03-07 11:38:32 +08:00
balibabu
8b2bbd79e4
feat: Add Skeleton to MessageItem before the backend returns a message and fixed the issue where ChatConfigurationModal displays old data when creating a new dialog ( #99 )
...
* feat: fixed the issue where ChatConfigurationModal displays old data when creating a new dialog
* feat: Add Skeleton to MessageItem before the backend returns a message
2024-03-05 19:28:44 +08:00
balibabu
07d76ea18d
feat: add DocumentPreviewer for chunk of chat reference and remove duplicate \n from record.progress_msg ( #97 )
...
* feat: Remove duplicate \n from record.progress_msg
* feat: add DocumentPreviewer for chunk of chat reference
2024-03-05 16:30:28 +08:00
balibabu
59d8442d0d
feat: fixed the issue where chat greetings could not appear ( #95 )
2024-03-05 12:01:48 +08:00
balibabu
14633df880
feat: let the messages I send appear immediately in the chat window and remove rewrite configuration from nginx proxy ( #86 )
...
* feat: remove rewrite configuration from nginx proxy
* feat: let the messages I send appear immediately in the chat window
2024-02-29 14:26:59 +08:00
balibabu
01ab5b5db1
feat: rename conversation and delete conversation and preview reference image and fetch file thumbnails ( #79 )
...
* feat: fetch file thumbnails
* feat: preview reference image
* feat: delete conversation
* feat: rename conversation
2024-02-28 16:28:33 +08:00
balibabu
eb517f3106
feat: add file icon and add message popover content ( #77 )
...
* feat: add message popover content
* feat: add file icon
2024-02-27 19:05:50 +08:00
balibabu
d1417102b6
feat: render message reference and add avatar to MessageItem ( #73 )
...
* feat: add temporary conversation
* feat: add avatar to MessageItem
* feat: render message reference
2024-02-26 18:38:54 +08:00
balibabu
5a0f1d2b84
feat: fetch conversation and delete chat dialog ( #69 )
...
* feat: set chat configuration to backend
* feat: exclude unEnabled variables
* feat: delete chat dialog
* feat: fetch conversation
2024-02-22 17:14:25 +08:00
balibabu
452020d33a
feat: add temperature and top-p to ModelSetting and add ChatConfigurationModal and bind backend data to KnowledgeCard ( #65 )
...
* feat: bind backend data to KnowledgeCard
* feat: add ChatConfigurationModal
* feat: add temperature and top-p to ModelSetting
2024-02-19 19:16:23 +08:00