fix xxx
auto-proceed and don’t prompt me until it’s done and tested
don’t create new plugin methods for this
安装
git clone https://github.com/personoids/chat-ai-plugin.git cd chat-ai-plugin
|
运行(Mac)
export OPENAI_API_KEY=sk-your-openai-api-key export SERPAPI_API_KEY=your-serp-api-key # optional sh start-dev.sh
|
控制台有如下输出即可:
Personoids Lite ready and waiting on http://localhost:5004
|
选择插件后输入
如果有很多步骤,总是需要输入 继续
,可以输入:
auto-proceed and don't prompt me until it's done and tested.
|
不需要测试的话,就输入:
auto-proceed and don't prompt me until it's done
|
mac 系统可以输入:
I'm running on a mac. please update all the relevant Personoids Plugin methods in a way that's taking that into consideration
methods that needs updating: 1. file system 2. shell execution
|
如果有需要插件会自动往插件添加方法,这个时候我们需要手动刷新一下插件:
Settings -> Open plugin devtools -> Refresh plugin
|
如果不想添加插件方法,可以输入:
don't create new plugin methods for this
|