update: 修改anthropic请求体

This commit is contained in:
taylor
2024-10-14 18:16:01 +08:00
parent 9dbfa2c8de
commit 31624b3059

View File

@@ -140,6 +140,10 @@ class AiBotPlugin(AbsExtraConfigPlugin):
""" """
@ai_command.subcommand(help="") @ai_command.subcommand(help="")
async def info(self, event: MessageEvent) -> None: async def info(self, event: MessageEvent) -> None:
# 查询当前使用的ai平台
# 查询当前ai平台的配置信息
# 当前使用的model
# 列出model信息
pass pass
@ai_command.subcommand(help="") @ai_command.subcommand(help="")