-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
9 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 |
---|---|---|
@@ -1,19 +1,24 @@ | ||
## grimoire generate | ||
|
||
Get generation from Ollama | ||
Get generation from Ollama. | ||
|
||
### Synopsis | ||
|
||
Requests generation from Ollama while optionally prepending a prompt | ||
|
||
``` | ||
grimoire generate [prompt] [flags] | ||
grimoire generate [flags] [input...] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for generate | ||
-h, --help help for generate | ||
-p, --prompt string Prompt file to prepend to input | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [grimoire](grimoire.md) - Grimoire - A CLI tool for managing and using GenAI prompts | ||
|
||
###### Auto generated by spf13/cobra on 9-Nov-2024 | ||
###### Auto generated by spf13/cobra on 10-Nov-2024 |
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