chatluna
chatluna copied to clipboard
[Bug] koishi dev 环境下,webui 中 `模板房间选项` 所有配置均为空
trafficstars
dev:
prod:
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics
Binaries:
Node: 20.11.0
Yarn: 4.1.0
Koishi:
Core: 4.17.1
Console: 5.28.0
大概是上游问题,类似 https://github.com/koishijs/novelai-bot/issues/226
请问是模板项目 + clone 源码 + yarn start dev 方式吗?
我看一下我这边是否可以复现。
是的
- yarn create koishi
- readme 里的流程
- yarn dev
- 观察配置项
经过测试,发现 ChatLuna 本身是有正常的获取到相关配置(模型,聊天模式等),问题出在上游 (Koishi)。
403 错误则是因为上面的模板房间配置不正确,导致 ChatLuna 认为没有配置模板房间。(实际上此错误的抛出是正确的,因为确实是没有正确配置模板房间)
建议向上游反馈此错误。
我以为这是正常现象呢... 每次我都是配置好adapter然后创建房间解决的。
Upstream bug related to https://github.com/koishijs/koishi/issues/1382
Please follow there.