是第一个较大的更新,主要内容有:
- 从 *httpx* 换到 *aiohttp* 以更好的支持异步处理
- 有更完善的~~(相对)~~异常处理,减少无响应或者其他卡住不动的情况
- 支持了精确到每群每用户的独立对话记录,且不受到时间限制永久保存
然后就是一些 *小* 的改动了比如文件名 **大** 改,细分功能模块,把功能拆到对应的文件中,提高代码可读性
What's Changed
* First commit,only basic fuctions by QNLanYang in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/1
* Add memory function by QNLanYang in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/2
* 将request替换为httpx by QNLanYang in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/3
* update README by QNLanYang in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/4
* update README by QNLanYang in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/5
* update v0.1.0 by QNLanYang in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/6
* update README.md by QNLanYang in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/7
New Contributors
* QNLanYang made their first contribution in https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/pull/1
**Full Changelog**: https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B/commits/%E6%AD%A3%E5%BC%8F%E7%89%88