update: 修改anthropic请求体
This commit is contained in:
@@ -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="")
|
||||||
|
|||||||
Reference in New Issue
Block a user