We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a7b1 commit 1b69d4aCopy full SHA for 1b69d4a
cmd/run/run.go
@@ -227,6 +227,7 @@ func NewRunCommand() *cobra.Command {
227
}
228
229
noMatchErrorMessage := "The specified model name is not found. Run 'gh models list' to see available models or 'gh models run' to select interactively."
230
+
231
if modelName == "" {
232
return errors.New(noMatchErrorMessage)
233
0 commit comments