逊狼
逊狼
> `GROUP_CHAT_BOT_SHARE_MODE ` 为 `fasle` 应该就是群主或者管理员才能修改设定了。你说的私聊这个其实也能实现,我这加一个判断就能解决。 我的想法是,非 admin 名单的用户,只能用 new,start 这样的基础指令,只能体验admin设置好的ai。 我对tg群组的了解比较有限,会先按您的建议试试看,谢谢。
> `GROUP_CHAT_BOT_SHARE_MODE ` 为 `fasle` 应该就是群主或者管理员才能修改设定了。你说的私聊这个其实也能实现,我这加一个判断就能解决。 hello,我的版本是 `{"ts":1678363377,"sha":"7b9b91f"}` 关于 GROUP_CHAT_BOT_SHARE_MODE : 1. 为 false 时,群里每个人都有独立的对话,且每个人都能设置bot,一个机器人和A聊可以是作家,和B聊就可以是小狗… 2. 为 true 时,群里每个人只能和机器人接力对话,普通成员无法设置bot(甚至new也不行),大家都在和我设置后的同一个AI聊天…… 虽然接力聊天有些怪,**但这个目前能满足我的需求**,让大家体验我设置好一模一样的AI。 3. 另外一提,我确实没想到 CHAT_GROUP_WHITE_LIST 的 群组聊天ID 时 `-` 开头的,稍微踩坑调整了很久,也许可以文档提醒下大家。
发现一个小问题,为 TRUE 时,普通用户在使用机器人时,依然能看到 new 快捷命令菜单,但他们没有使用权限…… 虽然他们直接回复机器人就好,但会给第一次使用的普通用户带来困惑。
I really appreciate your work on the prompts🥰, as I agree that it is something that needs attention. Although different models are fundamentally different, different prompts like those in the...
> 像这样的事情怎么样? [#3012 ](https://github.com/danny-avila/LibreChat/pull/3012) Not entirely similar, this is an additional method of security verification, allowing relatively automatic circulation within small social circles, rather than a way to invite new...
Update: I opened the website using the built-in webview browser and logged into my account. Now, when I start the web desktop, no pop-ups appear, but clicking on the desktop...
Understood. Sending only mouse positions instead of clicks indeed reduces interaction with the webpages, rendering some functional websites unusable. Should I request an enhancement to include an option for transmitting...