Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 639 Bytes

USAGE.md

File metadata and controls

23 lines (14 loc) · 639 Bytes

USAGE

Example on terminal

Usage Example

More in the examples/usage directory


Example with all flags:

foo@bar:~$ rgpt --input "$(git diff file.txt)" --model "davinci" --max 500 --temp 0.2 --topp 1 --freq 1.2 --pres 0.3 --bestof 1 --json --verbose

Example with necessary flags:

foo@bar:~$ rgpt --input "$(git diff file.txt)"

You can see all the flags and more info on The manual page