m7mdisk_obsidian-gpt/README.md

11 lines
621 B
Markdown
Raw Permalink Normal View History

2023-03-10 15:24:16 +00:00
# Obsidian-GPT Assistant
2023-03-10 08:04:38 +00:00
2023-03-10 15:24:16 +00:00
Train a GPT-3 based model on your notes and get personalized answers based on your knowledge base.
2023-03-10 08:04:38 +00:00
2023-03-10 15:24:16 +00:00
## Usage:
2023-03-10 08:04:38 +00:00
2023-03-10 15:24:16 +00:00
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](https://platform.openai.com/docs/guides/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!