diff --git a/README.md b/README.md index 0bac7f94..d6b81c3e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ My goal is to make this AI assistant **local-first** and **privacy-focused**. Mo - Chat with ChatGPT right inside Obsidian in the Copilot Chat window. - No repetitive login. Use your own API key (stored locally). - No monthly fee. Pay only for what you use. -- Model selection of GPT-3.5, GPT-4 and more. +- Model selection of GPT-3.5, GPT-4, Azure OpenAI models and more. - No need to buy ChatGPT Plus to use GPT-4 **if you have API access**. - No usage cap for GPT-4 like ChatGPT Plus. - One-click copying any message as markdown. diff --git a/manifest.json b/manifest.json index 4a891fd9..a3c7cb60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copilot", "name": "Copilot", - "version": "2.3.1", + "version": "2.3.2", "minAppVersion": "0.15.0", "description": "A ChatGPT Copilot in Obsidian.", "author": "Logan Yang", diff --git a/package-lock.json b/package-lock.json index b4846744..79069fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-copilot", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-copilot", - "version": "2.3.1", + "version": "2.3.2", "license": "AGPL-3.0", "dependencies": { "@huggingface/inference": "^1.8.0", diff --git a/package.json b/package.json index bd619c78..ad371858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copilot", - "version": "2.3.1", + "version": "2.3.2", "description": "ChatGPT integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9b4cd82e..fedc6c2c 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "2.2.3": "0.15.0", "2.2.4": "0.15.0", "2.3.0": "0.15.0", - "2.3.1": "0.15.0" + "2.3.1": "0.15.0", + "2.3.2": "0.15.0" } \ No newline at end of file