Commit Graph

360 Commits

Author SHA1 Message Date
fa65f7d9e9 Merge branch 'main' into feat/argot 2025-06-10 13:28:14 +08:00
6bfa2c39a1 Merge pull request #28 from LiteyukiStudio/snowykami-patch-3
📝 new page
2025-06-10 13:02:32 +08:00
2ce29e45e7 📝 new page 2025-06-10 12:58:52 +08:00
ef52db969d 🔥 删除无用import 2025-06-10 12:51:29 +08:00
e50c6d9966 🔊 升级流式相关日志等级为INFO 2025-04-18 22:55:38 +08:00
5297607a0b ⬆️ 升级alconna依赖版本 2025-04-18 22:53:35 +08:00
707f017718 argot test command 2025-04-08 00:24:34 +08:00
544ef596df 暗语初步支持 2025-04-07 22:41:48 +08:00
55f9c427b7 🗑️ 标记MarshoTools为弃用 2025-04-05 01:31:35 +08:00
5768b95b09 [WIP] 表情回应支持 (#26)
* 初步支持&utils重构

* 戳一戳支持流式请求

* 移除未使用import

* 解决类型问题
v1.2.dev1
2025-04-04 23:01:01 +08:00
c9d2ef7885 异步化获取夸赞名单与昵称函数 v1.1.3 2025-03-29 12:53:20 +08:00
ff6369c1a5 Update README_EN.md 2025-03-25 23:06:52 +08:00
c00cb19e9e Update README.md 2025-03-25 23:05:58 +08:00
e4490334fa ️ 修改 SSL 问题修复方式 2025-03-23 22:58:10 +08:00
fce3152e17 修改文档url 2025-03-17 23:13:47 +08:00
9878114376 修复夸赞名单报错 v1.1.2 2025-03-17 05:25:15 +08:00
21b695f2d4 Merge pull request #22 from LiteyukiStudio/snowykami-patch-2
📝 新增PR预览
2025-03-11 00:05:16 +08:00
02d465112f 📝 新增PR预览 2025-03-11 00:03:54 +08:00
d95928cab7 Merge branch 'main' of https://github.com/LiteyukiStudio/nonebot-plugin-marshoai v1.1.1 2025-03-10 23:57:16 +08:00
41cb287a84 修复流式请求思维链未包含在结构体问题 2025-03-10 23:56:13 +08:00
a0f2b52e59 📝 更新 GitHub Actions 工作流以支持推送和拉取请求 2025-03-10 23:38:42 +08:00
75d173bed7 修改引用链接 2025-03-10 23:24:19 +08:00
f39f5cc1be Merge pull request #20 from LiteyukiStudio/snowykami-patch-1
📝 更新pages部署地址
2025-03-10 23:13:32 +08:00
70fd176904 📝 更新pages部署地址 2025-03-10 23:08:57 +08:00
57ea4fc10b 📝 引入神秘小js 2025-03-08 23:31:59 +08:00
a1ddf40610 Merge branch 'main' of https://github.com/LiteyukiStudio/nonebot-plugin-marshoai 2025-03-07 21:34:22 +08:00
dc294a257d 📝 禁用干净 URL 设置 2025-03-07 21:34:19 +08:00
6f085b36c6 流式调用[WIP] (#19)
* 流式调用 30%

* 流式调用 90%
v1.1
2025-03-07 19:04:51 +08:00
8aff490aeb 📝 更新文档页脚信息,修改加速服务链接的显示文本 2025-03-07 17:46:10 +08:00
b713110bcf 📝 更新文档页脚信息,添加网站部署和加速服务的链接 2025-03-07 17:18:56 +08:00
b495aa9490 📝 更新 GitHub Actions 工作流程,将 VitePress 部署更改为使用 Liteyuki PaaS 2025-03-07 17:14:20 +08:00
a61d13426e [pre-commit.ci] pre-commit autoupdate (#18)
updates:
- [github.com/PyCQA/isort: 6.0.0 → 6.0.1](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-04 21:30:01 +08:00
cbafaaf151 📝 使用Liteyukiflare对GitHub Page文档进行亚太地区加速 2025-03-01 02:48:03 +08:00
00605ad401 修改优先级 v1.0.8.dev1 2025-02-27 23:24:25 +08:00
1cd60252b5 修复依赖注入问题? (#17)
* 实现缓存装饰器,优化数据获取和存储逻辑

* 重构代码,准备将聊天请求逻辑移入MarshoHandler

* 记录点(

* unfinished

* 🎨 重写基本完毕

* 移除未使用import,添加漏掉的换行

* 修复依赖注入问题?
2025-02-26 00:47:57 +08:00
aa53643aae 更好的缓存,扬掉global,重构代码,整理聊天逻辑 (#16)
* 实现缓存装饰器,优化数据获取和存储逻辑

* 重构代码,准备将聊天请求逻辑移入MarshoHandler

* 记录点(

* unfinished

* 🎨 重写基本完毕

* 移除未使用import,添加漏掉的换行
2025-02-24 01:19:26 +08:00
3436390f4b 💫 添加starify 2025-02-22 23:18:22 +08:00
e1bc81c9e1 pre implement cache 2025-02-22 13:06:06 +08:00
5eb3c66232 Merge branch 'main' of https://github.com/LiteyukiStudio/nonebot-plugin-marshoai 2025-02-17 01:36:23 +08:00
a5e72c6946 修复 lint,忽略F405 2025-02-17 01:35:36 +08:00
2be57309bd 😋ヾ(≧▽≦*)o让自述文件更美 (#14)
* ヾ(≧▽≦*)o让README更美。

* 真正的美

* 水提交

---------

Co-authored-by: Akarin~ <60691961+Asankilp@users.noreply.github.com>
2025-02-17 01:13:52 +08:00
0b6ac9f73e 修复部分 lint 2025-02-17 01:05:19 +08:00
0e72880167 yaml配置系统重构 (#13)
* 重构模型参数配置,合并为marshoai_model_args字典

* 重构配置管理,移除模板配置文件并实现从ConfigModel读取默认配置并写入

* 修复类型错误
v1.0.7
2025-02-15 20:36:10 +08:00
57c09df1fe 系统提示词相关兼容性改进 (#12)
* 更新OpenAI模型列表,重构获取系统提示词逻辑,添加开发者消息类型,兼容 OpenAI o1 以上模型的系统提示词

* 添加 System-As-User 提示词配置,更新相关文档

* 更新使用文档,添加 DeepSeek-R1 模型的 System-As-User Prompt 配置说明
2025-02-15 19:09:00 +08:00
0c57ace798 重构模型参数配置,合并为marshoai_model_args字典 (#11) v1.0.6 2025-02-13 01:02:18 +08:00
6885487709 修改reset命令,添加pdm.lock (#10)
* 🔧 update command

* 更新 .gitignore,修改 pypi-publish.yml 以删除冲突发布触发条件;调整 marsho.py 中的命令名称;更新使用文档。
2025-02-12 18:03:54 +08:00
581ac2b3d1 [pre-commit.ci] pre-commit autoupdate (#9)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.4.2 → 25.1.0](https://github.com/psf/black/compare/24.4.2...25.1.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.13.2 → 6.0.0](https://github.com/PyCQA/isort/compare/5.13.2...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.15.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-11 13:48:54 +08:00
c97cf68393 🔥 移除对moonshot内置函数的临时兼容处理代码 2025-02-10 23:54:01 +08:00
685f813e22 更新使用文档链接并标记旧安装文档 2025-02-10 23:39:01 +08:00
c54b0cda3c 📝 添加QQ群 2025-02-08 23:30:04 +08:00