feat: fully multipath and resubmit

This commit is contained in:
Wentao Lyu 2023-03-13 21:44:30 +08:00
parent 4a39965b22
commit a4d5f6a3f2
5 changed files with 197 additions and 89 deletions

View file

@ -22,7 +22,7 @@ router.post('/gen_title', async (req, res) => {
: await titleConvo({
model: convo?.model,
message: firstMessage?.text,
// response: JSON.stringify(secondMessage?.text || '')
response: JSON.stringify(secondMessage?.text || '')
});
await saveConvo({