LibreChat/client
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
..
public update readme 2023-03-07 14:51:41 -05:00
src feat: merge all message.id into message.messageId 2023-03-15 02:15:46 +08:00
.babelrc chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
.dockerignore initial docker detup 2023-03-06 12:49:22 -05:00
Dockerfile webpack artifacts should exist for nginx image 2023-03-08 10:38:22 +09:00
index.js feat: basic support in mobile mode. including: 2023-03-12 00:32:03 +08:00
nginx.conf modify docker setup 2023-03-06 15:56:25 -05:00
package-lock.json modify docker setup 2023-03-06 15:56:25 -05:00
package.json modify docker setup 2023-03-06 15:56:25 -05:00
postcss.config.js chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
tailwind.config.js chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
tsconfig.json chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
webpack.config.js model menu won't close on model deletion 2023-03-09 19:02:59 -05:00