generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Deniz Okcu
committed
Mar 2, 2025
1 parent
86ac6ef
commit 7d0841d
Showing
3 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"id": "chatgpt-md", | ||
"name": "ChatGPT MD", | ||
"version": "2.0.2", | ||
"minAppVersion": "0.15.0", | ||
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.", | ||
"author": "Deniz Okcu (created by Bram Adams)", | ||
"authorUrl": "https://www.bramadams.dev", | ||
"fundingUrl": "https://www.bramadams.dev/#/portal/", | ||
"isDesktopOnly": false | ||
"id": "chatgpt-md", | ||
"name": "ChatGPT MD", | ||
"version": "2.0.3", | ||
"minAppVersion": "0.15.0", | ||
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.", | ||
"author": "Deniz Okcu (created by Bram Adams)", | ||
"authorUrl": "https://www.bramadams.dev", | ||
"fundingUrl": "https://www.bramadams.dev/#/portal/", | ||
"isDesktopOnly": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
{ | ||
"1.0.0": "0.15.0", | ||
"1.0.1": "0.15.0", | ||
"1.0.2": "0.15.0", | ||
"1.1.0": "0.15.0", | ||
"1.1.1": "0.15.0", | ||
"1.2.0": "0.15.0", | ||
"1.2.1": "0.15.0", | ||
"1.3.0": "0.15.0", | ||
"1.4.0": "0.15.0", | ||
"1.4.1": "0.15.0", | ||
"1.4.2": "0.15.0", | ||
"1.4.3": "0.15.0", | ||
"1.5.0": "0.15.0", | ||
"1.6.0": "0.15.0", | ||
"1.7.0": "0.15.0", | ||
"2.0.0": "0.15.0", | ||
"2.0.1": "0.15.0", | ||
"2.0.2": "0.15.0" | ||
"1.0.0": "0.15.0", | ||
"1.0.1": "0.15.0", | ||
"1.0.2": "0.15.0", | ||
"1.1.0": "0.15.0", | ||
"1.1.1": "0.15.0", | ||
"1.2.0": "0.15.0", | ||
"1.2.1": "0.15.0", | ||
"1.3.0": "0.15.0", | ||
"1.4.0": "0.15.0", | ||
"1.4.1": "0.15.0", | ||
"1.4.2": "0.15.0", | ||
"1.4.3": "0.15.0", | ||
"1.5.0": "0.15.0", | ||
"1.6.0": "0.15.0", | ||
"1.7.0": "0.15.0", | ||
"2.0.0": "0.15.0", | ||
"2.0.1": "0.15.0", | ||
"2.0.2": "0.15.0", | ||
"2.0.3": "0.15.0" | ||
} |