No description
Find a file
2023-03-10 18:06:28 +11:00
.editorconfig Initial commit 2023-03-07 14:25:36 +08:00
.eslintignore Initial commit 2023-03-07 14:25:36 +08:00
.eslintrc Initial commit 2023-03-07 14:25:36 +08:00
.gitignore Initial commit 2023-03-07 14:25:36 +08:00
.npmrc Initial commit 2023-03-07 14:25:36 +08:00
esbuild.config.mjs Initial commit 2023-03-07 14:25:36 +08:00
main.ts Improve robustness 2023-03-10 18:06:22 +11:00
manifest.json Add project info 2023-03-10 18:06:28 +11:00
modal.ts Support text, image and transcript 2023-03-09 21:40:44 +11:00
package-lock.json Support text, image and transcript 2023-03-09 21:40:44 +11:00
package.json Support text, image and transcript 2023-03-09 21:40:44 +11:00
README.md Add project info 2023-03-10 18:06:28 +11:00
styles.css Initial commit 2023-03-07 14:25:36 +08:00
tsconfig.json Initial commit 2023-03-07 14:25:36 +08:00
version-bump.mjs Initial commit 2023-03-07 14:25:36 +08:00
versions.json Initial commit 2023-03-07 14:25:36 +08:00

Obsidian AI Commander Plugin

Buy Me A Coffee

AI Commander is an open-source AI connector that helps you write notes with the power of OpenAI APIs and the search engine.

Current Features

  • Generate text from prompt, selected lines or current line with gpt-3.5-turbo.
  • Generate image from prompt, selected lines or current line with the OpenAI image generation API.
  • Generate audio transcript from the last audio file above the current line with Whisper.
  • Generate text in conjunction with search engine results. This allows GPT to work with Bing search engine. Bing Web Search API is required to use this feature.

OpenAI API key is required to use this plugin.

How to use

Call out the command pallette and try the following commands:

  • AI Commander: Generate text from prompt
  • AI Commander: Generate image from prompt
  • AI Commander: Generate text from the current line
  • AI Commander: Generate image from the current line
  • AI Commander: Generate text from the selected text
  • AI Commander: Generate image from the selected text
  • AI Commander: Generate a transcript from the above audio