🐱v0.3.4.1,区分nb2实现,新新ogo,水更新

This commit is contained in:
2024-10-26 00:17:41 +08:00
parent 768956cf40
commit 3e84275300
3 changed files with 545 additions and 190 deletions

View File

@ -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()):

View File

@ -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'命令可清除自己设定的昵称。