docs: Add note about non-openai providers; add --provider cli flag to the help (#484)

This commit is contained in:
Daniel Nakov
2025-04-21 17:53:09 -04:00
committed by GitHub
parent 09f0ae3899
commit e7a3eec942
2 changed files with 20 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ const cli = meow(
Options
-h, --help Show usage and exit
-m, --model <model> Model to use for completions (default: o4-mini)
-p, --provider <provider> Provider to use for completions (default: openai)
-i, --image <path> Path(s) to image files to include as input
-v, --view <rollout> Inspect a previously saved rollout instead of starting a session
-q, --quiet Non-interactive mode that only prints the assistant's final output