We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf85c1 commit 2cb6c88Copy full SHA for 2cb6c88
1 file changed
README.md
@@ -82,6 +82,7 @@ The following command line options are available for the `start` command:
82
| --rate-limit | Rate limit in seconds between requests | none | -r |
83
| --wait | Wait instead of error when rate limit is hit | false | -w |
84
| --github-token | Provide GitHub token directly | none | -g |
85
+| --vision | Enable vision capabilities | false | none |
86
87
### Auth Command Options
88
@@ -115,6 +116,9 @@ npx copilot-api@latest start --rate-limit 30 --wait
115
116
# Provide GitHub token directly
117
npx copilot-api@latest start --github-token ghp_YOUR_TOKEN_HERE
118
119
+# Enable vision capabilities
120
+npx copilot-api@latest start --vision
121
+
122
# Run only the auth flow
123
npx copilot-api@latest auth
124
0 commit comments