From b492aa5455d2eb6ff237ba7b8294116be99e56da Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Mon, 25 Nov 2024 12:05:40 -0800 Subject: [PATCH] 2.7.4 (#844) --- README.md | 13 +++---------- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8378746b..d4b6dde3 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Check out the demo video below for the first sneak peak of what Copilot Plus can ## 🛠️ Features - Engage with numerous LLMs seamlessly within Obsidian via the Copilot Chat window. -- Access GPT-4 or Claude 3 without purchasing ChatGPT Plus or Claude Pro—simply use your own API key (stored locally) and pay as you go for the best value. -- Choose from a variety of models, including OpenAI, Azure, Google, Claude, OpenRouter, Groq, Cohere, or **any third-party models with OpenAI-compatible APIs** via Custom Model. +- Access OpenAI or Anthropic models without purchasing ChatGPT Plus or Claude Pro—simply use your own API key (stored locally) and pay as you go for the best value. +- Choose from a variety of models, including OpenAI, Azure, Google, Anthropic, OpenRouter, Groq, Cohere, or **any third-party models with OpenAI-compatible APIs** via Custom Model. - Customize parameters like LLM temperature, max tokens, and conversation context to suit your needs (**be mindful of API costs**). - Utilize local models powered by LM Studio and Ollama. - Easily copy, edit, or insert any message to your note with a single click. @@ -113,7 +113,7 @@ Now you can see the chat icon in your leftside ribbon, clicking on it will open - "**New Chat**" clears all previous chat history. Again, please use "**Save as Note**" if you would like to save the chat. - You can set a very long context in the setting "**Conversation turns in context**" if needed. -#### 📣 Again, please always be mindful of the API cost if you use GPT-4 with a long context! +#### 📣 Again, please always be mindful of the API cost if you use expensive models with a long context! ## 🤔 FAQ (please read before submitting an issue) @@ -161,13 +161,6 @@ Now you can see the chat icon in your leftside ribbon, clicking on it will open When opening an issue, please follow the issue template and include relevant console logs. You can go to Copilot's settings and turn on "Debug mode" at the bottom for more console messages. On Mac, you can open the console by pressing `Cmd+Opt+I`. On Windows, you can open the console by pressing `Ctrl+Shift+I`. -## 📝 Planned features (feedback welcome) - -- Support **embedded PDFs** as context. Index PDFs in the vault locally same as notes. -- Image support in chat. -- User profile with different system prompts and model parameters for different use cases e.g. work, personal, creative writing, etc. -- Interact with a **powerful AI agent** that knows your vault that has access to various tools like web search, note search, youtube video to markdown, etc. Explore, brainstorm and research like never before! - ## 🙏 Thank You If you share my vision, please consider [sponsoring this project](https://github.com/sponsors/logancyang) or buying me some coffees! diff --git a/manifest.json b/manifest.json index e3f01add..68dc6816 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copilot", "name": "Copilot", - "version": "2.7.3", + "version": "2.7.4", "minAppVersion": "0.15.0", "description": "An AI Copilot in Obsidian.", "author": "Logan Yang", diff --git a/package-lock.json b/package-lock.json index 85d82709..a7a9a1d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-copilot", - "version": "2.7.3", + "version": "2.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-copilot", - "version": "2.7.3", + "version": "2.7.4", "license": "AGPL-3.0", "dependencies": { "@huggingface/inference": "^2.6.4", diff --git a/package.json b/package.json index 7c3fcf88..e777016f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copilot", - "version": "2.7.3", + "version": "2.7.4", "description": "ChatGPT integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 023449a7..f85e3027 100644 --- a/versions.json +++ b/versions.json @@ -61,5 +61,6 @@ "2.7.0": "0.15.0", "2.7.1": "0.15.0", "2.7.2": "0.15.0", - "2.7.3": "0.15.0" + "2.7.3": "0.15.0", + "2.7.4": "0.15.0" }