Skip to content

Commit

Permalink
Remove like
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 5, 2023
1 parent 248e206 commit 5183aae
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 @@ -151,15 +151,15 @@ And then execute it.
## Configuration
The following environment variables can be added to `~/.humanscript/config` to be applied globally to all humanscripts like:
The following environment variables can be added to `~/.humanscript/config` to be applied globally to all humanscripts:
```shell
$ cat ~/.humanscript/config
HUMANSCRIPT_API_KEY="sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
HUMANSCRIPT_MODEL="gpt-4"
```
or on a per script basis like:
or on a per script basis:
```shell
$ HUMANSCRIPT_REGENERATE="true" ./asciiman
Expand Down

0 comments on commit 5183aae

Please sign in to comment.