Skip to content

Commit 0913b25

Browse files
committed
update manifest
1 parent e89fd71 commit 0913b25

4 files changed

Lines changed: 11 additions & 18 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
# Obsidian GPT (& Friends)
1+
# Obsidian GPT
22

3-
Text completions via Large Language Models.
4-
5-
Currently supported providers:
6-
- [ChatGPT](https://openai.com/api/)
7-
- [OpenAI](https://openai.com/api/)
8-
- [AI21](https://studio.ai21.com/overview)
9-
- [Cohere](https://cohere.ai/)
3+
"Obsidian plugin for getting language model completions from [Openrouter](https://openrouter.ai). Use any supported model, including ChatGPT, Claude, LLaMa, and more.
104

115
## Setup
126

13-
Acquire an API key from one or more of the supported providers. Open the plugin settings and paste the API key you wish to use in the field for the respective provider.
7+
Acquire an API key from [Openrouter](https://openrouter.ai). Open the plugin settings and paste in your API key.
148

159

1610
## Usage

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-gpt",
33
"name": "GPT",
4-
"version": "1.2.0",
4+
"version": "2.0.0",
55
"minAppVersion": "0.9.12",
6-
"description": "Obsidian plugin for getting language model completions from GPT-3, ChatGPT, Cohere, and others",
6+
"description": "Obsidian plugin for getting language model completions from Openrouter. Use any supported model, including ChatGPT, Claude, LLaMa, and more.",
77
"author": "Jonathan Miller",
88
"authorUrl": "https://jmill.dev",
99
"isDesktopOnly": false

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian-gpt",
3-
"version": "1.2.0",
4-
"description": "Obsidian plugin for getting language model completions from GPT-3, ChatGPT, Cohere, and others",
3+
"version": "2.0.0",
4+
"description": "Obsidian plugin for getting language model completions from Openrouter. Use any supported model, including ChatGPT, Claude, LLaMa, and more.",
55
"main": "main.js",
66
"scripts": {
77
"dev": "rollup --config rollup.config.js -w",
@@ -26,9 +26,7 @@
2626
"typescript": "^4.2.4"
2727
},
2828
"dependencies": {
29-
"openai": "^4.22.1",
3029
"react": "^17.0.2",
31-
"react-dom": "^17.0.2",
32-
"react-tag-input-component": "^2.0.2"
30+
"react-dom": "^17.0.2"
3331
}
3432
}

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"1.0.1": "0.9.12",
3-
"1.0.0": "0.9.7"
2+
"2.0.0": "0.9.12",
3+
"1.0.1": "0.9.12",
4+
"1.0.0": "0.9.7"
45
}

0 commit comments

Comments
 (0)