mwiu

Results 41 comments of mwiu

> matrix-stt-bot The matrix-stt-bot is great, but it can only transcribe and does not support voice dialogue. Flowise is a bit complex, and unfortunately, it also does not support voice...

> voice dialogue: you mean TTS funtion? > > For custom commands, this is the entrypoint: > > https://github.com/hibobmaster/matrix_chatgpt_bot/blob/81543d561b46df4158892324172b5145e44f0e32/src/bot.py#L241 > > > It's hard to maintain new commands at runtime....

> which custom commands do you need? This's another idea: I envision a default dialogue model that can temporarily switch to other models using custom commands, such as !g35(gpt-3.5) or...

> > 使用xinference 部署 Belle-distilwhisper-large-v2-zh 中文识别效果特别差,甚至识别出乱码。 是需要其他配置吗? > > 我的本地whisper用的basic模型,识别的都是繁体字而且准确率很差,如何调用其他语音模型 用prompt搞定:以下是普通话录制的会议记录

可以用自定义模型的方式添加,但不知道能不能语音输入和图片、语音输出,没测试成功。

Add one more point: adding a room-level management command for Room-Local Agent Managers: !bai access set-room-users-blacklist, to restrict specific users in the room from using the bot.

> > **例行检查** > > > > * [x] 我已确认目前没有类似 features > > * [x] 我已确认我已升级到最新版本 > > * [x] 我已完整查看过项目 README,已确定现有版本无法满足需求 > > * [x] 我理解并愿意跟进此 features,协助测试和提供反馈 > >...

> I was wondering if these `` tags could be simply wrapped in some kind of accordion-alike layer. Current behavior (at least for me) is to hide these from the...

应该是mongo 数据库不支持,CPU不支持AVX指令集无法安装mongo 5.0 以上版本:https://github.com/labring/FastGPT/issues/5374