Skip to content

Releases: QuickBlox/ios-ai-translate

2.1.0

24 Jan 18:54
00d85e1
Compare
Choose a tag to compare

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) for Model enum to support custom model values.
    • Added a static function custom(_ value: String) to handle unknown model values gracefully.

Changes

  • Default model update:
    • The default API model has been changed from gpt-3.5-turbo to gpt-4o-mini.

Deprecations

  • Deprecated older GPT models:
    • gpt-3.5-turbo now suggests using gpt-3.5-turbo-1106.
    • gpt-3.5-turbo-0613 now suggests using gpt-3.5-turbo-1106.
    • gpt-3.5-turbo-16k now suggests using gpt-3.5-turbo-1106.
    • gpt-3.5-turbo-16k-0613 now suggests using gpt-3.5-turbo-1106.
    • gpt-4 now suggests using gpt-4-turbo.
    • gpt-4-0613 now suggests using gpt-4-turbo.
    • gpt-4-32k now suggests using gpt-4-turbo.
    • gpt-4-32k-0613 now suggests using gpt-4-turbo.

Bug Fixes

  • None reported for this release.

Miscellaneous

  • Code structure improvements and readability enhancements.

2.0.0

11 Oct 14:42
52a0582
Compare
Choose a tag to compare

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

28 Aug 12:56
3a224be
Compare
Choose a tag to compare

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! 🚀