Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Mar 14, 2023
1 parent 0065a5b commit 7dc28d2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

![logseq gpt3 openai demo](docs/summarize.gif)

Follow me on Twitter for updates and examples of how I use this plugin: [@bsunter](https://twitter.com/bsunter)
[![](docs/follow.png)](https://twitter.com/bsunter)
[![](docs/follow.png)](https://twitter.com/bsunter) Follow me on Twitter for updates and examples of how I use this plugin: [@bsunter](https://twitter.com/bsunter)

# Usage

## `gpt`
Expand Down Expand Up @@ -70,9 +70,12 @@ The `prompt-template::` property is the name of the prompt template.
In a block nested underneath the template block, create a code block in triple backticks with the language set to `prompt`. The text in the code block will be used as the prompt. Make sure the code block is in its own block indented underneath the template block.

<pre>
```prompt
Rewrite text as a dialog between a teacher and a student:
```
- # Student Teacher Dialog
prompt-template:: Student Teacher Dialog
-
``` prompt
Rewrite text as a dialog between a teacher and a student:
```
</pre>

For example, you can create a template like this:
Expand Down

0 comments on commit 7dc28d2

Please sign in to comment.