mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
🐱v0.3.4.1,区分nb2实现,新新ogo,水更新
This commit is contained in:
@ -59,11 +59,11 @@ async def add_assistantmsg(target: MsgTarget, arg: Message = CommandArg()):
|
||||
|
||||
@praises_cmd.handle()
|
||||
async def praises():
|
||||
await UniMessage(build_praises()).send()
|
||||
await praises_cmd.finish(build_praises())
|
||||
|
||||
@contexts_cmd.handle()
|
||||
async def contexts(target: MsgTarget):
|
||||
await UniMessage(str(context.build(target.id, target.private)[1:])).send()
|
||||
await contexts_cmd.finish(str(context.build(target.id, target.private)[1:]))
|
||||
|
||||
@save_context_cmd.handle()
|
||||
async def save_context(target: MsgTarget, arg: Message = CommandArg()):
|
||||
|
@ -1,5 +1,5 @@
|
||||
__version__ = "0.3.4"
|
||||
USAGE: str = f"""MarshoAI Beta v{__version__} by Asankilp
|
||||
__version__ = "0.3.4.1"
|
||||
USAGE: str = f"""MarshoAI-NoneBot Beta v{__version__} by Asankilp
|
||||
用法:
|
||||
marsho <聊天内容> : 与 Marsho 进行对话。当模型为 GPT-4o(-mini) 等时,可以带上图片进行对话。
|
||||
nickname [昵称] : 为自己设定昵称,设置昵称后,Marsho 会根据你的昵称进行回答。使用'nickname reset'命令可清除自己设定的昵称。
|
||||
|
Reference in New Issue
Block a user