support import chat store

This commit is contained in:
2023-03-30 14:33:54 +08:00
parent fecfc24519
commit bdfe03699f
3 changed files with 48 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
const CHATGPT_API_WEB_VERSION = "v1.2.2";
export default CHATGPT_API_WEB_VERSION;