Enter in your OpenAI key in the plugin settings. If you have access to gpt-4, you can enter that in to the "OpenAI model" setting field, otherwise, you can leave it blank.



The first commands that have been implemented are all expressions, invoked by using an opening curly brace { followed by one of the implemented commands:
1. lolz: Say something funny in the context of the note
2. complete: Write up to a paragraph that completes the thought or instructions that preceded it
3. lookup: Like complete, but when you only want the AI to insert a word or phrase, rather than a list or paragraph.
2. code: Write code that implements the adjacent instructions. Experimental.
4. sum: Sum the values in column or row adjacent to the expression. Very experimental.

There are three options added to the menu when text is selected:
1. revise: Allow passing a prompt for how to revise the selected text
2. rhyme: Suggest up to 10 words that would rhyme with the selection
3. summarize: Summarize the selected text

There are two options added to the main note menu:
1. revise: suggest an entirely new body for the note
2. summarize: summarize the full contents of the note

Examples of using the plugin at Yappy examples & documentation:https://public.amplenote.com/zSCFNYBKTtkpktmDHBHNHvqS
Get an OpenAI key at https://platform.openai.com/account/api-keys and enter it into the settings for this plugin.
This plugin lives in git with some tests at https://github.com/alloy-org/yappy