Is it me or all the AI plugins on Obsidian require you to be in a region where GPT works? And you need an API Key? Try Obsidian Copilot -- A simple obsidian extension that just works out of the box. No setup, No region restrictions, and best of all GPT-4 and Dall-E is free to use.
Once enabled in Obsidian from the community plugins tab.
Click the robot icon in the left sidebar to open the Copilot panel.
Select your conversation style
Type your prompt and press Enter
to get a response.
For more details refer to Microsoft Learn Page
- Open Obsidian and go to
Settings
->Community plugins
->Browse
and search forInteliChat
. (Pending approval)
Alternatively,
- Download the latest release from the Releases page
- go to your vault folder, and create a folder named
plugins
if it doesn't exist - Unzip the downloaded file into that directly
- Enable community plugins in Obsidian and enable
InteliChat
from the list of Installed plugins
It was called this because you are chatting with an intelligent AI.
Originally it was called Obsidian Copilot, however due to copyright reasons, it had to be changed.
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run dev
to start the development environment
As I am a novice developer, I appreciate any help I can get. If you want to contribute here is how to do it. Thank you!
- Fork it (https://github.com/KTK27YT/Obsidian-Copilot/fork)
- Create your feature branch (
git checkout -b feature/CoolNewFeature
) - Commit your changes (
git commit -am 'Add some CoolNewFeature'
) - Push to the branch (
git push origin feature/CoolNewFeature
) - Create a new Pull Request
if you would like to support this plugin, just give it a star on Github. It would mean a lot to me.
Thank you Florian Ludewig for creating a youtube video teaching how to create a simple obsidian plugin. It was a great help to get started.
Thanks to Copilot sidebar for Chrome extension for being the massive source of inspiration for this plugin.