openaiKey
:your openai key, which can be found on openai.com.openaiUrl
:You can also use your own proxy address, which defaults to the official addresshttps://api.openai.com
.
/gpt
Use OpenAI GPT API.
step 1 > Verify the local environment
node -v
npm -v
git -v
step 2 > Install dependencies
# > 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 > Build plugin
npm run build
You can see more information at CHANGTLOG
- https://github.com/logseq/logseq
- https://platform.openai.com
- https://github.com/pengx17/logseq-plugin-template-react
- https://github.com/briansunter/logseq-plugin-gpt3-openai
- Thanks to all open source projects for sharing ideas and techniques