Skip to content

v1.83.4

Compare
Choose a tag to compare
@pelikhan pelikhan released this 10 Dec 07:54
· 135 commits to main since this release

New Features and Enhancements

  • Enhanced System Message Handling: We've introduced logic to concatenate system messages at the start of a session into a single message, streamlining message processing and improving clarity.

  • Advanced Configuration Options: Added support for seed and logit_bias options. This allows users to customize and fine-tune model behavior more effectively. Note: Some providers may not support these options.

  • Tool Support Expansion: We've expanded tool integration, allowing for more dynamic and context-aware responses. This includes the ability to define and use custom tools for specific tasks.

Improvements

  • ♻️ Cache Control in Message Parsing: Fixed issues related to cache control during message parsing, ensuring more efficient and reliable caching mechanisms.

Documentation

  • 💾 Updated Configuration Docs: Documentation has been updated to reflect the new tool support and configuration options, providing clearer guidance on utilizing these new features.

Miscellaneous

  • 🤐 Code Maintenance: Commented out the main function in oai-tool.mjs to streamline code management and focus on core functionalities.