Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoschutijzer committed Jan 7, 2024
1 parent c7d3cf8 commit 9ac8da8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# What Would Linus Torvalds Say

> [!WARNING]
> Only works on pull requests
ChatGPT4.0 has way better results or you can try fine-tuning the model using r/linusrants or some of the examples in `fixtures/fine-tuning`.

Add a `.github/workflows/wwlts` file with the following contents:
Expand All @@ -21,10 +24,11 @@ jobs:
OPENAI_MODEL: "gpt-3.5-turbo" # optional, works with any model the token has access to
```
Or use the docker image:
Or use the CLI:
```bash
$ docker pull ghcr.io/algleymi/what-would-linus-torvalds-say:main
$ go build -o torvaldsify cmd/cli/main.go
$ ./torvaldsify <owner> <repo> <prNumber> # e.g. ./torvaldsify algleymi what-would-linus-torvalds-say 1
```

<img src="./.github/torvalds.JPG" alt="Linus Torvalds giving you the finger." />

0 comments on commit 9ac8da8

Please sign in to comment.