LibreChat/api
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
..
app fix: give a stronger prompt to generate tile using the input language 2023-03-13 01:51:32 +08:00
models feat: merge all message.id into message.messageId 2023-03-15 02:15:46 +08:00
server feat: merge all message.id into message.messageId 2023-03-15 02:15:46 +08:00
utils fix: handles unsupported hjs languages in client response 2023-03-10 22:21:15 -05:00
.dockerignore initial docker detup 2023-03-06 12:49:22 -05:00
.env.example Build docker files from root dir 2023-03-13 22:49:40 +09:00
Dockerfile fix: use quotes outside of key=value in docker-compose.yml 2023-03-11 16:14:11 +08:00
nodemon.json fix: ignoreDir pointing correctly 2023-03-07 13:49:15 -05:00
package-lock.json bing styling in progress 2023-03-09 16:09:53 -05:00
package.json bing styling in progress 2023-03-09 16:09:53 -05:00