Skip to content

Commit

Permalink
Release 1.3.0 (#31)
Browse files Browse the repository at this point in the history
* Releasing 1.3.0 and README

* Fixing spacing for images

* Actually fixing spacing
  • Loading branch information
cpaika authored Mar 22, 2023
1 parent 79b0ca2 commit c56dda8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,29 @@ This plugin utilizes [OpenAI](https://platform.openai.com/) to provide you with
### Features

#### Chat with ChatGPT about your vault

Command - `Vault Chat: Ask ChatGPT`

<img width="579" alt="Screen Shot 2023-03-11 at 9 27 58 AM" src="https://user-images.githubusercontent.com/3997573/224574052-6be713f7-efa9-4f32-b8dc-30a0a4143328.png">

#### Summarize your notes

Command - `Vault Chat: Summarize note`

<img width="832" alt="Screen Shot 2023-03-14 at 10 56 53 AM" src="https://user-images.githubusercontent.com/3997573/225117517-e65f7c15-24cb-4c29-8d6a-f147055520aa.png">

#### Search semantically

Command - `Vault Chat: Semantic search`

<img width="598" alt="Screen Shot 2023-03-19 at 9 33 41 PM" src="https://user-images.githubusercontent.com/3997573/226227074-21157e71-0955-46b7-a86c-31f16801bc1c.png">

#### Chat with ChatGPT about your active note

Command - `Vault Chat: Note Chat`

<img width="1226" alt="Screen Shot 2023-03-20 at 5 38 32 PM" src="https://user-images.githubusercontent.com/3997573/226485650-86a180c7-75b7-4e2c-aaea-42b16f78ec0c.png">

## Usage

To use the plugin, you must have an [OpenAI](https://platform.openai.com/) account, create an API key, and enter the key in the plugin settings.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vault-chat",
"name": "Vault Chat",
"version": "1.2.1",
"version": "1.3.0",
"minAppVersion": "0.15.0",
"description": "A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!",
"author": "Exo Ascension",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vault-chat",
"version": "1.2.1",
"version": "1.3.0",
"description": "A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c56dda8

Please sign in to comment.