Skip to content

Commit

Permalink
fix: correct a piece of few shot prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Jul 9, 2024
1 parent 57b9d3a commit 0fc1669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions reasonify-headless/reasonify/examples/dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

-
- source: |
reply("Let's consider generators first.")
await pip_install("promplate") # we need to install it before using it because it is a 3-party package
- source: |
await pip_install("promplate")
import promplate
dir(promplate)
2 changes: 1 addition & 1 deletion reasonify-headless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0a8"
__version__ = "0.1.0a9"

0 comments on commit 0fc1669

Please sign in to comment.