You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/llm/complete.go
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ type CompleteCmd struct {
21
21
File []string`type:"file" short:"f" help:"Files to attach"`
22
22
Systemstring`flag:"system" help:"Set the system prompt"`
23
23
NoStreambool`flag:"no-stream" help:"Do not stream output"`
24
-
Formatstring`flag:"format" enum:"text,json" default:"text" help:"Output format. You may also need to specify the output in the system or user prompt."`
0 commit comments