## [1.0.3](https://github.com/durkajs/aigc/compare/v1.0.2...v1.0.3) (2023-03-01)


### Features

* update CLI prompt handling and image generation spinner text ([0ce516d](https://github.com/durkajs/aigc/commit/0ce516dc66f2caaeedef0b35a3d3c963440b5e40))



## [1.0.2](https://github.com/durkajs/aigc/compare/v1.0.1...v1.0.2) (2023-03-01)


### Bug Fixes

* update error message to indicate correct ENV variable for OpenAI API key ([f4c3312](https://github.com/durkajs/aigc/commit/f4c331213f98a1c42c710f2c295968e4f78d101a))


### Features

* add --ada option for fastest model ([9934406](https://github.com/durkajs/aigc/commit/993440632f82f35287d909c6ac2b898a05ede6b6))
* add command 'aigc image' ([ee494bc](https://github.com/durkajs/aigc/commit/ee494bc6451ee6d94093ca112a334d4be23782d5))
* add examples to README.md ([e7f42a0](https://github.com/durkajs/aigc/commit/e7f42a0e8f77223c99623352ea6cd7abc08b45ac))
* add explains for more models ([7e8335d](https://github.com/durkajs/aigc/commit/7e8335d5af01baffefcd3d43ae584de33d5fcab9))
* add more short options for cli ([e1dc2f1](https://github.com/durkajs/aigc/commit/e1dc2f1fa1a89742403eb1bb3fc7c9c9bc0e37fa))
* support reading prompt from environment ([cfcb744](https://github.com/durkajs/aigc/commit/cfcb744ae080809a864542753e335bfbd927fc23))



## 1.0.1 (2023-03-01)


### Features

* add clipboardy package and support copy output to clipboard ([53f75c3](https://github.com/durkajs/aigc/commit/53f75c3e3957de115a84cfead29b6ec2f7470447))
* add usage in README.md ([864bbec](https://github.com/durkajs/aigc/commit/864bbecca0a39feb9e0e5eade9f26e2c8f62e957))
* init new project from @durka/example-ts-node-cli__boilerplate ([523676b](https://github.com/durkajs/aigc/commit/523676b231bab13fcbc7622a05492234e0c971bc))
* support text completion ([bc2eb6c](https://github.com/durkajs/aigc/commit/bc2eb6c6d955a86a2d0d568ad3b84be6cf7cd7f3))



## [0.2.1](https://github.com/durkajs/example-ts-node-cli/compare/v0.2.0...v0.2.1) (2023-02-02)


### Features

* 更新模板 ([c4efc5d](https://github.com/durkajs/example-ts-node-cli/commit/c4efc5dbc352427eb1d4b74085b96022f3aee05b))



<!--
https://keepachangelog.com/en/1.0.0/

* Added: for new features.
* Changed: for changes in existing functionality.
* Deprecated: for soon-to-be removed features.
* Removed: for now removed features.
* Fixed: for any bug fixes.
* Security: in case of vulnerabilities.
-->

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


<!--
## [0.0.1] - 2014-05-31
### Added
- This CHANGELOG file to hopefully serve as an evolving example of a
  standardized open source project CHANGELOG.
- CNAME file to enable GitHub Pages custom domain
- README now contains answers to common questions about CHANGELOGs
- Good examples and basic guidelines, including proper date formatting.
- Counter-examples: "What makes unicorns cry?"

### Changed
- 更新功能 1
- 更新功能 2
-->
