No description
Find a file
Mohammad Iskandarani 50d81ae3ad Prepare for publish
2023-03-11 12:07:21 +03:00
.github/workflows Add release workflow 2023-03-10 18:47:59 +03:00
.editorconfig Initial commit 2023-03-10 11:04:38 +03:00
.eslintignore Initial commit 2023-03-10 11:04:38 +03:00
.eslintrc Initial commit 2023-03-10 11:04:38 +03:00
.gitignore Initial commit 2023-03-10 11:04:38 +03:00
.npmrc Initial commit 2023-03-10 11:04:38 +03:00
assistant.ts Basic MVP working 2023-03-10 18:22:57 +03:00
esbuild.config.mjs Initial commit 2023-03-10 11:04:38 +03:00
LICENSE Add readme and license 2023-03-10 18:24:16 +03:00
main.ts simple bug fix 2023-03-10 18:44:48 +03:00
manifest.json Prepare for publish 2023-03-11 12:07:21 +03:00
package-lock.json Add readme and license 2023-03-10 18:24:16 +03:00
package.json Basic MVP working 2023-03-10 18:22:57 +03:00
README.md Add readme and license 2023-03-10 18:24:16 +03:00
styles.css Basic MVP working 2023-03-10 18:22:57 +03:00
tsconfig.json Initial commit 2023-03-10 11:04:38 +03:00
utils.ts Basic MVP working 2023-03-10 18:22:57 +03:00
version-bump.mjs Initial commit 2023-03-10 11:04:38 +03:00
versions.json Initial commit 2023-03-10 11:04:38 +03:00

Obsidian-GPT Assistant

Train a GPT-3 based model on your notes and get personalized answers based on your knowledge base.

Usage:

  1. After installing the plugin, paste your OpenAI API key in the plugin settings. you can find it at https://platform.openai.com/account/api-keys.
  2. Load your data into the assistant, this will create the necessary Embeddings. These are needed for searching your notes.

    Please be careful as this can will send all your markdown files to OpenAI for scanning.

  3. Start using the assistant using the Ask Assistant command!