diff --git a/README.md b/README.md index 55da7402..50464fb9 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,21 @@ Take your note-taking game to the next level with the Obsidian Copilot Plugin! - One-click using the active note as context, and start a discussion around it (currently only supports shorter notes) - Set your own parameters like LLM temperature, max tokens, conversation context based on your need (**pls be mindful of the API cost**). +## Demo +Chat with ChatGPT, copy a message to note, or save entire conversation as a note: +![Demo0](./images/demo0.gif) + +QA around your past note: +![Demo1](./images/demo1.gif) + +The settings page +Settings + ## Planned features (based on feedback) - More standard prompts that can be used with commands - User customized prompts - Online prompt library access +- Add support for having unlimited context, i.e. QA against very long notes, a collection of notes or the entire vault - Integration with ChatGPT plugins when I get access ## Note @@ -30,9 +41,3 @@ Take your note-taking game to the next level with the Obsidian Copilot Plugin! - 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! - -## Demo -(add gifs) - -## Changelog -- v1.0.1: Initial release diff --git a/images/demo0.gif b/images/demo0.gif new file mode 100644 index 00000000..820f1440 Binary files /dev/null and b/images/demo0.gif differ diff --git a/images/demo1.gif b/images/demo1.gif new file mode 100644 index 00000000..844ce4f0 Binary files /dev/null and b/images/demo1.gif differ diff --git a/images/settings-page.png b/images/settings-page.png new file mode 100644 index 00000000..9f04bc8a Binary files /dev/null and b/images/settings-page.png differ