Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ wp ai generate <type> <prompt> [--model=<models>] [--provider=<provider>] [--tem
$ wp ai generate text "Explain AI" --system-instruction="Explain as if to a 5-year-old"

# Generate image
$ wp ai generate image "A minimalist WordPress logo" --output=wp-logo.png
$ wp ai generate image "A minimalist WordPress logo" --destination-file=wp-logo.png



Expand Down Expand Up @@ -358,7 +358,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file

## Support

GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
GitHub issues aren't for general support questions. For support resources and next steps, see the WP-CLI Support page: https://make.wordpress.org/cli/handbook/support/


*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*
Loading