@newbegincodex app 插件可以先账户登录安装需要的插件,然后切换api,修改配置文件 中发帖

config.toml 添加对应需要插件 

plugins."browser-use@openai-bundled"

enabled = true 

plugins."chrome@openai-bundled"

enabled = true 

plugins."computer-use@openai-bundled"

enabled = true 

plugins."hyperframes@openai-curated"

enabled = true
 
 
Back to Top