Skip to content

Commit

Permalink
chore: version 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
longy2k committed Feb 5, 2024
1 parent 6ac97d4 commit d8bd91a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ To start using the plugin, enable it in your settings menu and enter your OpenAI
- OpenAI
- gpt-3.5-turbo
- gpt-3.5-turbo-1106
- Newest gpt-3.5-turbo model with a context window of 16,385 tokens, replacing gpt-3.5-turbo-16k.
- Same pricing as gpt-3.5-turbo.
- gpt-4 (Context window: 8,192 tokens)
- gpt-4-1106-preview (Context window: 128,000 tokens)
- gpt-4-turbo-preview (Context window: 128,000 tokens)
- Any self-hosted models using [Ollama](https://ollama.ai).
- See [instructions](https://github.com/longy2k/obsidian-bmo-chatbot/wiki) to setup Ollama with Obsidian.
- Any self-hosted models using OpenAI's REST API URL endpoints.
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": "1.8.5",
"version": "1.8.6",
"minAppVersion": "1.0.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's \"gpt-3.5-turbo\" and \"gpt-4.\"",
"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": "1.8.5",
"version": "1.8.6",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's \"gpt-3.5-turbo\" and \"gpt-4.\"",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit d8bd91a

Please sign in to comment.