ragflow/web/src/pages/chat
2024-03-18 18:39:00 +08:00
..
chat-configuration-modal 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) 2024-03-15 14:34:09 +08:00
chat-container feat: add programming language highlighting for markdown syntax (#129) 2024-03-18 18:39:00 +08:00
constants.ts feat: fetch conversation and delete chat dialog (#69) 2024-02-22 17:14:25 +08:00
hooks.ts feat: display chunk token number when category of knowledge as general and unavailable llm models appear disabled and if the backend returns 401, it will jump to the login page and fixed the issue where the greeting would disappear when clicking on a new dialog (#117) 2024-03-11 16:13:34 +08:00
index.less 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) 2024-03-05 19:28:44 +08:00
index.tsx feat: display chunk token number when category of knowledge as general and unavailable llm models appear disabled and if the backend returns 401, it will jump to the login page and fixed the issue where the greeting would disappear when clicking on a new dialog (#117) 2024-03-11 16:13:34 +08:00
interface.ts feat: fetch conversation and delete chat dialog (#69) 2024-02-22 17:14:25 +08:00
message-box.tsx feat: add temperature and top-p to ModelSetting and add ChatConfigurationModal and bind backend data to KnowledgeCard (#65) 2024-02-19 19:16:23 +08:00
model.ts feat: display chunk token number when category of knowledge as general and unavailable llm models appear disabled and if the backend returns 401, it will jump to the login page and fixed the issue where the greeting would disappear when clicking on a new dialog (#117) 2024-03-11 16:13:34 +08:00
utils.ts feat: rename conversation and delete conversation and preview reference image and fetch file thumbnails (#79) 2024-02-28 16:28:33 +08:00