the function to save user chat history is ready

This commit is contained in:
RockYang
2023-04-19 17:32:41 +08:00
parent 14a351b477
commit a13c1bc669
9 changed files with 190 additions and 68 deletions

View File

@@ -34,7 +34,7 @@ const routes = [
},
{
name: 'free', path: '/free', component: ChatFree, meta: {
title: 'ChatGPT 通用免费版'
title: '【文心一言】免费版'
}
},
{