Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.3 KB

readme-zh.md

File metadata and controls

62 lines (39 loc) · 1.3 KB

欢迎来到 AI-Assistant 👋

🎉使用

安装插件

配置 openai

  • 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

💖 感谢