Skip to content

Commit

Permalink
chore: version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longy2k committed Jul 13, 2024
1 parent 4385433 commit bd8bcbf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Render codeblocks (e.g. Dataview) that can be displayed in your chat view. Use t
- **Chat from anywhere in Obsidian:** Chat with your bot from anywhere within Obsidian.
- **Customizable bot name:** Personalize the chatbot's name.
- **Chatbot renders in Obsidian Markdown:** Receive formatted responses in Obsidian Markdown for consistency.
- **Save current chat history as markdown:** Use the `/save` command in chat to save current conversation.
- **Save and load a chat history as markdown:** Use the `/save` command in chat to save current conversation and `/load` to load a chat history.

## Requirements

Expand Down Expand Up @@ -104,6 +104,7 @@ To start using the plugin, enable it in your settings menu and insert an API key
- `/ref on | off` - Turn on or off reference current note.
- `/append` - Append current chat history to current active note.
- `/save` - Save current chat history to a note.
- `/load` - List or load a chat history.
- `/clear` or `/c` - Clear chat history.
- `/stop` or `/s` - Stop fetching response.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "bmo-chatbot",
"name": "BMO Chatbot",
"version": "2.2.0",
"version": "2.3.0",
"minAppVersion": "1.0.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.",
"author": "Longy2k",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmo-chatbot",
"version": "2.2.0",
"version": "2.3.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit bd8bcbf

Please sign in to comment.