mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 23:36:02 +00:00
feat: 删除代码中对 mirai 的引用
This commit is contained in:
@@ -5,7 +5,6 @@ required_deps = {
|
||||
"openai": "openai",
|
||||
"anthropic": "anthropic",
|
||||
"colorlog": "colorlog",
|
||||
"mirai": "yiri-mirai-rc",
|
||||
"aiocqhttp": "aiocqhttp",
|
||||
"botpy": "qq-botpy",
|
||||
"PIL": "pillow",
|
||||
|
||||
@@ -6,7 +6,6 @@ import datetime
|
||||
import asyncio
|
||||
|
||||
import pydantic
|
||||
# import mirai
|
||||
|
||||
from ..provider import entities as llm_entities
|
||||
from ..provider.modelmgr import entities
|
||||
|
||||
Reference in New Issue
Block a user