mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
V2.3.2 (#83)
This commit is contained in:
parent
5a1cfce275
commit
b06dba58ef
5 changed files with 7 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-copilot",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"description": "ChatGPT integration for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue