You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.