Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Feb 29, 2024
1 parent 61e4b45 commit ad3c046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A collection of prompt templates for language models

- Classic templates formats for different models
- Easily modify and adapt templates on-the-fly
- Few shots support
- Few shots and conversation history support

:books: [Api doc](https://synw.github.io/modprompt/)

Expand Down Expand Up @@ -77,7 +77,7 @@ The template have system messages support if the original template supports it.
To replace a system message:

```js
tpl.system("You are a javascript specialist");
tpl.replaceSystem("You are a javascript specialist");
```

Rendering for an Alpaca template:
Expand Down

0 comments on commit ad3c046

Please sign in to comment.