mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 22:59:53 +00:00
36
README.md
36
README.md
@ -10,38 +10,38 @@
|
||||
|
||||
_✨ 使用 OpenAI 标准格式 API 的聊天机器人插件 ✨_
|
||||
|
||||
[](https://registry.nonebot.dev/plugin/nonebot-plugin-marshoai:nonebot_plugin_marshoai)
|
||||
[](https://registry.nonebot.dev/plugin/nonebot-plugin-marshoai:nonebot_plugin_marshoai)
|
||||
<a href="https://registry.nonebot.dev/plugin/nonebot-plugin-marshoai:nonebot_plugin_marshoai">
|
||||
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fnbbdg.lgc2333.top%2Fplugin-adapters%2Fnonebot-plugin-marshoai" alt="Supported Adapters">
|
||||
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fnbbdg.lgc2333.top%2Fplugin-adapters%2Fnonebot-plugin-marshoai&style=flat-square" alt="Supported Adapters">
|
||||
</a>
|
||||
<a href="https://pypi.python.org/pypi/nonebot-plugin-marshoai">
|
||||
<img src="https://img.shields.io/pypi/v/nonebot-plugin-marshoai.svg" alt="pypi">
|
||||
<img src="https://img.shields.io/pypi/v/nonebot-plugin-marshoai.svg?style=flat-square" alt="pypi">
|
||||
</a>
|
||||
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">
|
||||
|
||||
<img src="https://img.shields.io/badge/python-3.10+-blue.svg?style=flat-square" alt="python">
|
||||
<img src="https://img.shields.io/badge/Code%20Style-Black-121110.svg?style=flat-square" alt="codestyle">
|
||||
</div>
|
||||
|
||||
## 📖 介绍
|
||||
|
||||
通过调用 OpenAI 标准格式 API(例如 GitHub Models API) 来实现聊天的插件。
|
||||
插件内置了猫娘小棉(Marsho)的人物设定,可以进行可爱的聊天!
|
||||
*谁不喜欢回复消息快又可爱的猫娘呢?*
|
||||
**对 OneBot 以外的适配器与非 GitHub Models API的支持未经过完全验证。**
|
||||
[Melobot 实现](https://github.com/LiteyukiStudio/marshoai-melo)
|
||||
_谁不喜欢回复消息快又可爱的猫娘呢?_
|
||||
**对 OneBot 以外的适配器与非 GitHub Models API 的支持未经过完全验证。**
|
||||
[Melobot 实现](https://github.com/LiteyukiStudio/marshoai-melo)
|
||||
|
||||
## 🐱 设定
|
||||
|
||||
#### 基本信息
|
||||
|
||||
- 名字:小棉(Marsho)
|
||||
- 生日:9月6日
|
||||
- 名字:小棉(Marsho)
|
||||
- 生日:9 月 6 日
|
||||
|
||||
#### 喜好
|
||||
|
||||
- 🌞 晒太阳晒到融化
|
||||
- 🤱 撒娇啊~谁不喜欢呢~
|
||||
- 🍫 吃零食!肉肉好吃!
|
||||
- 🐾 玩!我喜欢和朋友们一起玩!
|
||||
- 🌞 晒太阳晒到融化
|
||||
- 🤱 撒娇啊~谁不喜欢呢~
|
||||
- 🍫 吃零食!肉肉好吃!
|
||||
- 🐾 玩!我喜欢和朋友们一起玩!
|
||||
|
||||
## 😼 使用
|
||||
|
||||
@ -49,13 +49,13 @@ _✨ 使用 OpenAI 标准格式 API 的聊天机器人插件 ✨_
|
||||
|
||||
## ❤ 鸣谢&版权说明
|
||||
|
||||
本项目使用了以下项目的代码:
|
||||
本项目使用了以下项目的代码:
|
||||
|
||||
- [nonebot-plugin-latex](https://github.com/EillesWan/nonebot-plugin-latex)
|
||||
- [nonebot-plugin-latex](https://github.com/EillesWan/nonebot-plugin-latex)
|
||||
|
||||
"Marsho" logo 由 [@Asankilp](https://github.com/Asankilp)绘制,基于 [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) 许可下提供。
|
||||
"nonebot-plugin-marshoai" 基于 [MIT](./LICENSE-MIT) 许可下提供。
|
||||
部分指定的代码基于 [Mulan PSL v2](./LICENSE-MULAN) 许可下提供。
|
||||
部分指定的代码基于 [Mulan PSL v2](./LICENSE-MULAN) 许可下提供。
|
||||
|
||||
<div>
|
||||
<a href="https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/graphs/contributors">
|
||||
@ -67,4 +67,4 @@ _✨ 使用 OpenAI 标准格式 API 的聊天机器人插件 ✨_
|
||||
|
||||
## 开发
|
||||
|
||||
- 请阅读[开发规范](./README_DEV.md)
|
||||
- 请阅读[开发规范](./README_DEV.md)
|
||||
|
Reference in New Issue
Block a user