Skip to content

Commit 2cb6c88

Browse files
committed
docs: update vision docs
1 parent daf85c1 commit 2cb6c88

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The following command line options are available for the `start` command:
8282
| --rate-limit | Rate limit in seconds between requests | none | -r |
8383
| --wait | Wait instead of error when rate limit is hit | false | -w |
8484
| --github-token | Provide GitHub token directly | none | -g |
85+
| --vision | Enable vision capabilities | false | none |
8586

8687
### Auth Command Options
8788

@@ -115,6 +116,9 @@ npx copilot-api@latest start --rate-limit 30 --wait
115116
# Provide GitHub token directly
116117
npx copilot-api@latest start --github-token ghp_YOUR_TOKEN_HERE
117118

119+
# Enable vision capabilities
120+
npx copilot-api@latest start --vision
121+
118122
# Run only the auth flow
119123
npx copilot-api@latest auth
120124

0 commit comments

Comments
 (0)