We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8fdd7 commit 4734528Copy full SHA for 4734528
cmd/root.go
@@ -21,7 +21,7 @@ var scrubComments bool
21
22
var rootCmd = &cobra.Command{
23
Use: "git2gpt [flags] /path/to/git/repository [/path/to/another/repository ...]",
24
- Short: "git2gpt is a utility to convert one or more Git repositories to a text file for input into GPT-4",
+ Short: "git2gpt is a utility to convert one or more Git repositories to a text file for input into an LLM",
25
Args: cobra.MinimumNArgs(1),
26
Run: func(cmd *cobra.Command, args []string) {
27
// Create a combined repository to hold all files
0 commit comments