From a511e2d6311eac8932bc75c6ea75d6cb1f665385 Mon Sep 17 00:00:00 2001 From: weixin_28890313 Date: Fri, 4 Aug 2023 18:16:00 +0800 Subject: [PATCH] Fri Aug 4 18:16:00 CST 2023 inscode --- index.html | 2 +- src/App.vue | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7a96b40..77f268c 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Chat GPT App + 我的ChatAi
diff --git a/src/App.vue b/src/App.vue index 76fe524..e025725 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,10 +57,8 @@ export default { const dialog = this.dialogs.find(item => item.id === aiDialogID); /** - * 发送请求,InsCode 已经集成了 GPT 能力 - * 在 vite.config.js 中已通过环境变量写入了 apiKey(该 key 是动态写入使用者的,在 IDE 中是作者,发布到社区是运行该作品的用户) - * 发布到社区后,将消耗运行者的额度 - * 注意:如果部署应用,任何人通过部署后的域名访问应用时,都将消耗部署者的额度 + * 发送请求 + * 在 vite.config.js 中已通过环境变量写入了 apiKey(该 key 是动态写入) */ const body = { messages: [ -- GitLab