Skip to content

v1.95.3

Compare
Choose a tag to compare
@pelikhan pelikhan released this 27 Jan 17:39
· 141 commits to main since this release

πŸš€ Enhancements

  • Model Encoding Support: Introduced modelEncodings in configuration, enabling custom model-to-encoding mappings for greater flexibility and compatibility.
  • Dynamic Encoder Loading: Improved token encoder resolution by dynamically selecting encodings based on the modelEncodings configuration.

πŸ› οΈ Improvements

  • Config Management: Enhanced configuration handling with a new config getter, ensuring reliable access to loaded configurations.
  • Test Host Updates: Added a stubbed config getter to TestHost for consistency across host implementations.

πŸ“ Sample Config Update

  • Added example modelEncodings entries in genaiscript.config.json to demonstrate usage.