Releases: QuickBlox/ios-ai-translate
Releases · QuickBlox/ios-ai-translate
2.1.0
New Features
-
Added support for new GPT models:
gpt-3.5-turbo-1106
gpt-4-turbo
gpt-4o
gpt-4o-mini
o1-preview
o1-mini
-
Custom model initialization:
- Introduced an initializer
init(customValue: String)
forModel
enum to support custom model values. - Added a static function
custom(_ value: String)
to handle unknown model values gracefully.
- Introduced an initializer
Changes
- Default model update:
- The default API model has been changed from
gpt-3.5-turbo
togpt-4o-mini
.
- The default API model has been changed from
Deprecations
- Deprecated older GPT models:
gpt-3.5-turbo
now suggests usinggpt-3.5-turbo-1106
.gpt-3.5-turbo-0613
now suggests usinggpt-3.5-turbo-1106
.gpt-3.5-turbo-16k
now suggests usinggpt-3.5-turbo-1106
.gpt-3.5-turbo-16k-0613
now suggests usinggpt-3.5-turbo-1106
.gpt-4
now suggests usinggpt-4-turbo
.gpt-4-0613
now suggests usinggpt-4-turbo
.gpt-4-32k
now suggests usinggpt-4-turbo
.gpt-4-32k-0613
now suggests usinggpt-4-turbo
.
Bug Fixes
- None reported for this release.
Miscellaneous
- Code structure improvements and readability enhancements.
2.0.0
New
AI Translate:
- Interface changed.
- Added settings.
Thank you for using QBAITranslate! If you encounter any issues or have feedback, please don't hesitate to let us know. Happy coding! 🚀
1.0.0
New
AI Translate:
- Translate using the OpenAI API key.
- Translate using the QuickBlox token and proxy server for enhanced security.
Thank you for using QBAITranslate! We hope this update improves your chat-based translate-generation experience. If you encounter any issues or have feedback, please don't hesitate to let us know. Happy coding! 🚀