mirror of
https://github.com/LiteyukiStudio/marshoai-melo.git
synced 2024-11-26 20:55:04 +08:00
v0.3.4.1,修复nickname未生效,新新logo
This commit is contained in:
parent
7dde27d289
commit
a72b9eaf88
@ -90,5 +90,5 @@ _✨ 使用 Azure OpenAI 推理服务的聊天机器人(施工中) ✨_
|
|||||||
本项目使用了以下项目的代码:
|
本项目使用了以下项目的代码:
|
||||||
- [nonebot-plugin-localstore](https://github.com/nonebot/plugin-localstore)
|
- [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)。
|
"Melobot" logo 由 [@mldkouo](https://github.com/mldkouo) 绘制,版权归属于 [@Meloland](https://github.com/meloland)。
|
@ -114,7 +114,6 @@ async def marsho_main(event: Union[GroupMessageEvent, PrivateMessageEvent], is_g
|
|||||||
else:
|
else:
|
||||||
nickname_prompt = ""
|
nickname_prompt = ""
|
||||||
await send_text("*你未设置自己的昵称。推荐使用'nickname [昵称]'命令设置昵称来获得个性化(可能)回答。")
|
await send_text("*你未设置自己的昵称。推荐使用'nickname [昵称]'命令设置昵称来获得个性化(可能)回答。")
|
||||||
nickname_prompt = ""
|
|
||||||
marsho_string_removed = False
|
marsho_string_removed = False
|
||||||
for i in event.get_segments("image"):
|
for i in event.get_segments("image"):
|
||||||
if is_support_image_model:
|
if is_support_image_model:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.3.4"
|
__version__ = "0.3.4.1"
|
||||||
VERSION = __version__
|
VERSION = __version__
|
||||||
PLUGIN_NAME = "marshoai"
|
PLUGIN_NAME = "marshoai"
|
||||||
USAGE: str = f"""MarshoAI-Melobot Beta v{__version__} by Asankilp
|
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 |
Loading…
Reference in New Issue
Block a user