Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longy2k authored Mar 16, 2024
1 parent fae08ea commit 1848430
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BMO Chatbot for Obsidian

# BMO Chatbot for Obsidian
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.

<p align="center">
Expand All @@ -8,6 +8,20 @@ Generate and brainstorm ideas while creating your notes using Large Language Mod
<img src="README_images/eli5-example.png" alt="eli5_example">
</p>

## Breaking Changes

### If you have <v1.9.0, please perform the following instructions:

1. Go to `Options > Community plugins` and click on the folder's icon:

<img width="775" alt="Screenshot 2024-03-10 at 9 28 38 PM" src="https://github.com/longy2k/obsidian-bmo-chatbot/assets/40724177/62882d8d-77d9-4a46-88fc-4e6a9b1215fc">

2. Close Obsidian completely.

3. Find the `bmo-chatbot` folder and delete `data.json`.

4. Restart Obsidian.

## Features

- **Interact with self-hosted Large Language Models (LLMs):** Use the REST API URLs provided to interact with self-hosted Large Language Models (LLMs) using [Ollama](https://ollama.ai) or [LM Studio](https://lmstudio.ai/).
Expand Down

0 comments on commit 1848430

Please sign in to comment.