v0.3.4.1,修复nickname未生效,新新logo

This commit is contained in:
Asankilp 2024-10-26 00:27:22 +08:00
parent 7dde27d289
commit a72b9eaf88
4 changed files with 2 additions and 3 deletions

View File

@ -90,5 +90,5 @@ _✨ 使用 Azure OpenAI 推理服务的聊天机器人(施工中) ✨_
本项目使用了以下项目的代码:
- [nonebot-plugin-localstore](https://github.com/nonebot/plugin-localstore)
"Marsho" logo 由 [@Asankilp](https://github.com/Asankilp) 绘制,基于 [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) 许可下提供。
"Marsho" logo 与渐变 X 图案由 [@Asankilp](https://github.com/Asankilp) 绘制,基于 [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) 许可下提供。
"Melobot" logo 由 [@mldkouo](https://github.com/mldkouo) 绘制,版权归属于 [@Meloland](https://github.com/meloland)。

View File

@ -114,7 +114,6 @@ async def marsho_main(event: Union[GroupMessageEvent, PrivateMessageEvent], is_g
else:
nickname_prompt = ""
await send_text("*你未设置自己的昵称。推荐使用'nickname [昵称]'命令设置昵称来获得个性化(可能)回答。")
nickname_prompt = ""
marsho_string_removed = False
for i in event.get_segments("image"):
if is_support_image_model:

View File

@ -1,4 +1,4 @@
__version__ = "0.3.4"
__version__ = "0.3.4.1"
VERSION = __version__
PLUGIN_NAME = "marshoai"
USAGE: str = f"""MarshoAI-Melobot Beta v{__version__} by Asankilp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 133 KiB