-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from peterdanwan/README
Updating the README file's sections
- Loading branch information
Showing
9 changed files
with
120 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Example Commands | ||
|
||
## Display Help | ||
|
||
```sh | ||
# Can run this... | ||
gr-ai | ||
|
||
# This... | ||
gr-ai -h | ||
|
||
# Or this | ||
gr-ai --help | ||
``` | ||
|
||
![help](assets/images/help.png) | ||
|
||
> `NOTE`: there is always going to be a `shorthand version` of a flag/option. The subsequent examples will prefer the shorthand flags when writing commands. | ||
## Show version | ||
|
||
```sh | ||
gr -v | ||
``` | ||
|
||
![version](assets/images/version.png) | ||
|
||
## Make a .gimme_readme_config file / find its location | ||
|
||
```sh | ||
# Makes a .gimme_readme_config file if it's not there already | ||
# Or, helps you find the path to your existing .gimme_readme_config file | ||
gr -c | ||
``` | ||
|
||
Creates a config file if it doesn't exist already: | ||
|
||
![create-config](assets/images/create-config.png) | ||
|
||
Locates the config file if it does exist: | ||
|
||
![find-config-file](assets/images/find-config.png) | ||
|
||
## Explain a file, output the result to a specific file, and set the temperature for the model | ||
|
||
```sh | ||
gr-ai -m gemini-1.5-flash -f tests/unit/_gr.test.js -o explanation.md -t 0.1 | ||
``` | ||
|
||
![explain-file](assets/images/explain-file.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters