Reflect gpt-image-1 in the 1.2.0 changelog

The release switched image generation to gpt-image-1; update the
changelog entry to match the final state.
This commit is contained in:
Father Bot
2026-05-17 18:48:02 +03:00
parent 6676d0b938
commit 131ba9daab
+2 -2
View File
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
byte-compiles the bot on every push and pull request.
### Changed
- Image generation now uses **DALL·E 3** (default size 1024×1024); `/balance`
and pricing updated accordingly.
- Image generation now uses OpenAI **gpt-image-1** (default size 1024×1024);
images are returned as bytes and `/balance` / pricing updated accordingly.
- Updated `gpt-4o` pricing to current rates (0.0025 / 0.01 per 1k tokens).
### Removed