安全问题思考 #1915
Closed
BrandonStudio
started this conversation in
General | 讨论
安全问题思考
#1915
Replies: 2 comments 5 replies
-
可以看看 #728 未来会做client端方案的 |
Beta Was this translation helpful? Give feedback.
1 reply
-
另外关于使用数据库存储同步信息的功能,应当完全由用户决定存储位置(由用户填写数据库连接,如连接字符串或redis链接),否则全部对话(可能也包括配置)将对存储提供者(即部署者)可见。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前模型和插件调用全部通过后端发送,这意味着客户端设置的各种 API key 会发送到后端。只要对后端稍作改动,就可以记录全部私密信息。
但是这个问题好像有点无解,即使添加警告也可以被部署者删除
Beta Was this translation helpful? Give feedback.
All reactions