Skip to content

Commit d8bd91a

Browse files
committed
chore: version 1.8.6
1 parent 6ac97d4 commit d8bd91a

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@ To start using the plugin, enable it in your settings menu and enter your OpenAI
7575
- OpenAI
7676
- gpt-3.5-turbo
7777
- gpt-3.5-turbo-1106
78-
- Newest gpt-3.5-turbo model with a context window of 16,385 tokens, replacing gpt-3.5-turbo-16k.
79-
- Same pricing as gpt-3.5-turbo.
8078
- gpt-4 (Context window: 8,192 tokens)
81-
- gpt-4-1106-preview (Context window: 128,000 tokens)
79+
- gpt-4-turbo-preview (Context window: 128,000 tokens)
8280
- Any self-hosted models using [Ollama](https://ollama.ai).
8381
- See [instructions](https://github.com/longy2k/obsidian-bmo-chatbot/wiki) to setup Ollama with Obsidian.
8482
- Any self-hosted models using OpenAI's REST API URL endpoints.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "bmo-chatbot",
33
"name": "BMO Chatbot",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"minAppVersion": "1.0.0",
66
"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.\"",
77
"author": "Longy2k",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmo-chatbot",
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44
"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.\"",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)