updateConvo for title updating

This commit is contained in:
Hyunggyu Jang 2023-03-27 12:41:36 +09:00
parent e8e512a451
commit 7486a56816
4 changed files with 13 additions and 16 deletions

View file

@ -1,6 +1,6 @@
const { getMessages, saveMessage, saveBingMessage, deleteMessagesSince, deleteMessages } = require('./Message');
const { getCustomGpts, updateCustomGpt, updateByLabel, deleteCustomGpts } = require('./CustomGpt');
const { getConvoTitle, getConvo, saveConvo } = require('./Conversation');
const { getConvoTitle, getConvo, saveConvo, updateConvo } = require('./Conversation');
module.exports = {
getMessages,
@ -11,6 +11,7 @@ module.exports = {
getConvoTitle,
getConvo,
saveConvo,
updateConvo,
getCustomGpts,
updateCustomGpt,
updateByLabel,