如何内置插件的应用程序令牌 (例如wolframalpha)
Opened this issue · 1 comments
LoopOptimum commented
用docker-compose 部署,通过映射用自己的 plugins.json 覆盖
volumes:
- ./public:/app/public
目前只能内置不需要认证的插件,有没有办法内置令牌,从而让需要认证的插件也能跨设备使用
LoopOptimum commented
已经解决,是代理问题。
可以直接在plugin.json 里添加:
"authType":
"authLocation":
"authheader":
"authToken":
Edit:
对于没有 openai.json / openai.json托管在Github 的插件,无法通过这样内置。 可以用上传后的Fork解决。