openaiKey
:你的 openai key,可在 openai.com 查询openaiUrl
:支持你使用自己的代理地址,默认为https://api.openai.com
官方地址。如果因为网络问题无法访问,可设置为https://openai.aihey.cc
,见 openai-proxy
/gpt
使用 openai gpt 接口
step 1 > 确保开发环境
node -v
npm -v
git -v
step 2 > 安装依赖
# > step 1 download source code
git clone https://github.com/UNICKCHENG/logseq-ai-assistant.git
cd logseq-ai-assistant
# > step 2 installing dependencies
npm install
step 4 > 构建插件
npm run build
更多信息请查看 CHANGTLOG