No description
Find a file
2023-05-21 17:27:31 +12:00
.github/workflows Add release workflow 2023-03-10 18:47:59 +03:00
src Add toggle for auto update files 2023-05-21 17:27:31 +12: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
esbuild.config.mjs Move files into src, rename classes 2023-03-14 17:31:26 +03:00
LICENSE Add readme and license 2023-03-10 18:24:16 +03:00
manifest.json Hash file for incremental update 2023-05-17 21:02:48 +12: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
version-bump.mjs Initial commit 2023-03-10 11:04:38 +03:00
versions.json Hash file for incremental update 2023-05-17 21:02:48 +12: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!