From 3b0419f8fe9040cc6704ee4a833ac07f618197f2 Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Sun, 11 Dec 2022 20:35:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=BF=E7=94=A8=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=9B=BF=E4=BB=A3=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config-template.py b/config-template.py index 3d5ab070..b368b6f2 100644 --- a/config-template.py +++ b/config-template.py @@ -9,16 +9,16 @@ import logging # verifyKey: mirai-api-http的verifyKey # qq: 机器人的QQ号 mirai_http_api_config = { - "host": "", + "host": "localhost", "port": 8080, - "verifyKey": "", - "qq": 0 + "verifyKey": "yirimirai", + "qq": 1234567890 } # [必需] OpenAI的配置 # api_key: OpenAI的API Key openai_config = { - "api_key": "", + "api_key": "openai_api_key", } # 管理员QQ号,用于接收报错等通知,为0时不发送通知