mirror of
https://github.com/yzh503/obsidian-aicommander-plugin.git
synced 2026-07-22 07:40:26 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| main.ts | ||
| manifest.json | ||
| modal.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian AI Commander Plugin
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
