- 将重置上下文的`/reset`命令修改为`marsho.reset`
- **微小破坏性更改:移除了`marshoai_top_p`,`marshoai_temperature`,`marshoai_max_tokens`配置项,添加了`marshoai_model_args`配置项(字典),可以将上述的参数配置以及其它配置填入其中**
What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/pull/9
* 修改reset命令,添加pdm.lock by Asankilp in https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/pull/10
* 重构模型参数配置,合并为marshoai_model_args字典 by Asankilp in https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/pull/11
New Contributors
* pre-commit-ci made their first contribution in https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/pull/9
* Asankilp made their first contribution in https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/pull/10
**Full Changelog**: https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/compare/v1.0.5...v1.0.6