No description
Find a file
2023-03-12 16:30:36 +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
LICENSE Add license 2023-03-10 19:25:33 +11:00
main.ts Fix bug in text and image with prompt perfect 2023-03-12 16:30:36 +11:00
manifest.json Fix min version 2023-03-10 19:59:39 +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 Support Prompt Perfect 2023-03-12 15:53:23 +11:00
test.js Fix bug in text and image with prompt perfect 2023-03-12 16:30:36 +11: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 Update version 2023-03-10 18:08:38 +11: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 in conjunction with Bing search engine. It performs similar to the new bing chat on precise mode.

OpenAI API key is required to use this plugin.

Current Features

  • Generate text from prompt, selected lines or current line.
  • Generate image from prompt, selected lines or current line.
  • Generate audio transcript from the last audio file above the current line.
  • Generate text in conjunction with search engine results. This allows the text model to work with Bing search engine. A Bing Web Search API key is required to use this feature.
  • Use Prompt Perfect to automatically improve prompts. Your prompts will be replaced by the improved one.

Supported models:

  • OpenAI gpt-3.5-turbo
  • OpenAI Whisper
  • OpenAI image generation model

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

Install from Github

  1. Move manifest.json and main.js to /.obsidian/plugins/obsidian-aicommander-plugin
  2. Refresh installed plugins
  3. Enable AI Commander