From f06909b5ca60481314ac219737abaec439474694 Mon Sep 17 00:00:00 2001 From: 622eda98dfef6c4fdb84ccca <622eda98dfef6c4fdb84ccca@devide> Date: Wed, 24 May 2023 11:50:49 +0000 Subject: [PATCH] Auto Commit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ed395d1..195d5a9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -66,7 +66,7 @@ export default { messages: [ { role: 'user', - content: question + content: '把以下内容进行翻译,只返回翻译后的内容:' + question } ], apikey: apiKey -- GitLab