mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
chore: log optimization
This commit is contained in:
@@ -4,7 +4,6 @@ import threading
|
|||||||
import time
|
import time
|
||||||
from asyncio import CancelledError
|
from asyncio import CancelledError
|
||||||
from concurrent.futures import Future, ThreadPoolExecutor
|
from concurrent.futures import Future, ThreadPoolExecutor
|
||||||
from concurrent import futures
|
|
||||||
|
|
||||||
from bridge.context import *
|
from bridge.context import *
|
||||||
from bridge.reply import *
|
from bridge.reply import *
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ from common.log import logger
|
|||||||
from linkai import LinkAIClient, PushMsg
|
from linkai import LinkAIClient, PushMsg
|
||||||
from config import conf, pconf, plugin_config, available_setting
|
from config import conf, pconf, plugin_config, available_setting
|
||||||
from plugins import PluginManager
|
from plugins import PluginManager
|
||||||
|
import time
|
||||||
|
|
||||||
|
|
||||||
chat_client: LinkAIClient
|
chat_client: LinkAIClient
|
||||||
@@ -62,6 +63,9 @@ def start(channel):
|
|||||||
host="link-ai.chat", channel=channel)
|
host="link-ai.chat", channel=channel)
|
||||||
chat_client.config = _build_config()
|
chat_client.config = _build_config()
|
||||||
chat_client.start()
|
chat_client.start()
|
||||||
|
time.sleep(1.5)
|
||||||
|
if chat_client.client_id:
|
||||||
|
logger.info("[LinkAI] 可前往控制台进行线上登录和配置:https://link-ai.tech/console/clients")
|
||||||
|
|
||||||
|
|
||||||
def _build_config():
|
def _build_config():
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ chardet>=5.1.0
|
|||||||
Pillow
|
Pillow
|
||||||
pre-commit
|
pre-commit
|
||||||
web.py
|
web.py
|
||||||
linkai>=0.0.3.7
|
linkai>=0.0.5.0
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ from common.log import logger
|
|||||||
try:
|
try:
|
||||||
import pysilk
|
import pysilk
|
||||||
except ImportError:
|
except ImportError:
|
||||||
logger.warn("import pysilk failed, wechaty voice message will not be supported.")
|
logger.debug("import pysilk failed, wechaty voice message will not be supported.")
|
||||||
|
|
||||||
from pydub import AudioSegment
|
from pydub import AudioSegment
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user