1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00

rgpt: update page to include shorter flag names (#9970)

This commit is contained in:
Vaibhav Venkat 2023-04-01 17:54:43 -05:00 committed by GitHub
parent 8644f6c90e
commit 021bb30593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
- Ask GPT to review your code using a specific model: - Ask GPT to review your code using a specific model:
`rgpt --model {{text-davinci-003}} --i "$(git diff {{path/to/file}})"` `rgpt --model {{davinci}} --i "$(git diff {{path/to/file}})"`
- Make `rgpt` use a JSON output: - Make `rgpt` use a JSON output: