对接 deepseek 模型

This commit is contained in:
yangyongju
2024-08-12 17:36:18 +08:00
parent cf1c8e8f2a
commit 9fdf7ef78f
16 changed files with 473 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
"withGlobalTauri": true
},
"package": {
"productName": "NextChat",
"productName": "清明上河图小助手",
"version": "2.14.1"
},
"tauri": {
@@ -68,7 +68,7 @@
"icons/icon.ico"
],
"identifier": "com.yida.chatgpt.next.web",
"longDescription": "NextChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"longDescription": "清明上河图小助手 is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
@@ -77,7 +77,7 @@
"signingIdentity": null
},
"resources": [],
"shortDescription": "NextChat App",
"shortDescription": "清明上河图小助手 App",
"targets": "all",
"windows": {
"certificateThumbprint": null,
@@ -105,7 +105,7 @@
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "NextChat",
"title": "清明上河图小助手",
"width": 960,
"hiddenTitle": true,
"titleBarStyle": "Overlay"