Skip to content

v1.84.0

Compare
Choose a tag to compare
@pelikhan pelikhan released this 11 Dec 04:56
· 222 commits to main since this release

πŸš€ New Features

  • Node.js API Enhancement: We've introduced a Node.js API that improves worker handling, providing better control and efficiency in managing tasks. This includes support for abort signals to terminate worker threads gracefully.
  • Verbose Logging for Model Aliases: Now you can trace the resolution of model aliases with verbose logging, allowing for easier debugging and understanding of model selection paths.

πŸ”„ Updates

  • Google Gemini Model Updates: Updated to the latest versions of Google Gemini models, ensuring you have access to the most recent capabilities and improvements.

πŸ› Bug Fixes

  • Seed Value Validation: Fixed an issue where seeds were not checked for NaN before deletion, improving the robustness of the randomization features.

♻️ Refactoring

  • Cache Control Implementation: Replaced the ephemeral option with a more robust cacheControl setting, streamlining cache management and improving performance consistency.

These updates bring enhanced functionality, improved performance, and better debugging capabilities to GenAIScript. Enjoy the new features and improvements!