Skip to content

v1.7.5

Choose a tag to compare

@olivermontes olivermontes released this 31 Mar 22:05
· 28 commits to main since this release

What's new in v1.7.5

  • Fixed model resolution for allowed models in Levante Platform

✨ Destacados

Simplified the model target resolver by removing client-side allowed model validation. The platform server now handles model plan filtering directly, eliminating redundant checks and fixing errors when selecting models in platform mode.

Bug Fixes

  • fix: resolve error with allowed models validation in platform mode — removed client-side isPlatformModel checks, delegating model availability validation to the server

Refactoring & Chores

  • refactor: simplified modelTargetResolver.ts by removing ~40 lines of redundant platform model validation logic
  • Updated tests to reflect the simplified resolution flow