**Changes**
- **Breaking**: Removed `chat_completion_vision` and `chat_prompt_vision` functions. As of `gpt-4-turbo-2024-04-09`, the text-only and vision enabled LLMs are feature equivalent, so now use `chat_completion` and `chat_prompt`.
- Generally tested support for `gpt-4-turbo-2024-04-09`.
- Updated example notebook for GPT-4-V.
- Updated dependencies.
Full Changelog: https://github.com/DaveCoDev/not-again-ai/compare/v0.5.1...v0.6.0
Available on [PyPI](https://pypi.org/project/not-again-ai/0.6.0/).