Skip to content

A Logseq plugin empowered by AI for effortless note-taking.

License

Notifications You must be signed in to change notification settings

UNICKCHENG/logseq-ai-assistant

Repository files navigation

Welcome to AI-Assistant 👋

Release download release logseq

🎉Usage

Installing Plugins

Setting up openai

  • 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 address https://api.openai.com.

Usage

  • /gpt Use OpenAI GPT API.

🚀 Local development

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

✍️Changelog

You can see more information at CHANGTLOG

💖 Credits