GPT Notes
approvedby micahke
Generate notes on any subject using OpenAI's GPT-3.5 and GPT-4 language models.
Obsidian GPT-3 Notes
To download Obsidian: Click here
To view the plugin page: Click here
This plugin improves your Obsidian workflow by helping you generate notes using OpenAI's GPT-3 language model. The plugin also has support for older language models as well.
Setup
In order to configure up the plugin, you must first set your OpenAI API key in the plugin settings.
- Generate an OpenAI API key here.
- In Obsidian, go to
Settingsand selectGPT-3 Notesfrom theCommunity Pluginsfolder in the left menu. - Set your key in the
OpenAI API Keyfield.
Usage
GPT-3 is capable of generating many different types of notes. As of now, the output may need a small amount of reformatting after being inserted into the Obsidian document. The plugin can be accessed through the Obsidian ribbon on the left. The plugin is also available through the Obsidian command "Create GPT-3 Note". This can also be mapped to a keyboard shortcut. Some helpful prompts are:
Write bullet points about...
Write 5-10 dashed notes about..
Write an article about ... with sources
Write 3 paragraphs about...
Write an essay outline about
Loading time has been cut out a bit but here's an example:

Contributing
I'm not very smart so community help would go a long way in making sure new ideas can be added to the plugin. To get started, clone the repo to the plugins folder in an Obsidian vault. You can find more about this on the main Obsidian developer's page. To install dependencies, run:
npm install
That's basically it for now.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.