-
- Downloads
[FEAT] RLHF on response messages (#708)
* WIP RLHF works on historical messages
* refactor Actions component
* completed RLHF up and down votes for chats
* add defaults for HistoricalMessage params
* refactor RLHF implmenation
remove forwardRef on history items to prevent rerenders
* remove dup id
* Add rating to CSV output
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- embed/src/components/ChatWindow/ChatContainer/ChatHistory/index.jsx 2 additions, 0 deletions...components/ChatWindow/ChatContainer/ChatHistory/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx 75 additions, 11 deletions...Container/ChatHistory/HistoricalMessage/Actions/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx 59 additions, 53 deletions...hat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx 54 additions, 57 deletions...spaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx 2 additions, 4 deletions...ponents/WorkspaceChat/ChatContainer/ChatHistory/index.jsx
- frontend/src/models/workspace.js 13 additions, 0 deletionsfrontend/src/models/workspace.js
- frontend/src/utils/chat/index.js 25 additions, 2 deletionsfrontend/src/utils/chat/index.js
- server/endpoints/workspaces.js 30 additions, 0 deletionsserver/endpoints/workspaces.js
- server/models/workspaceChats.js 17 additions, 0 deletionsserver/models/workspaceChats.js
- server/prisma/migrations/20240210004405_init/migration.sql 2 additions, 0 deletionsserver/prisma/migrations/20240210004405_init/migration.sql
- server/prisma/schema.prisma 1 addition, 0 deletionsserver/prisma/schema.prisma
- server/utils/chats/index.js 8 additions, 5 deletionsserver/utils/chats/index.js
- server/utils/chats/stream.js 20 additions, 4 deletionsserver/utils/chats/stream.js
- server/utils/helpers/chat/convertTo.js 8 additions, 1 deletionserver/utils/helpers/chat/convertTo.js
Loading
Please register or sign in to comment