Skip to content

v5.0.7 Site Design Updates and Vision Support for Custom Models

Choose a tag to compare

@TannerMidd TannerMidd released this 27 Apr 00:54
· 560 commits to main since this release

Full Changelog: v5.0.6...v5.0.7

  • Added Vision request support for the Open AI Response Formatted API model selection.
    • This means essentially any local model or custom API Endpoint (like OpenRouter) that supports vision will now work.
  • Site Design updates for both the color palette and layout
    • On desktop sized screens the conversations now show on the left side as a panel that is resizable.
      • Double click the resize bar to quickly collapse or show the panel while in desktop mode.
    • Phone sized screens will see the same behavior as previous builds to maintain the best use of screen space.
    • Theme color palette changes be more cohesive throughout the application.
    • Removed various borders to create a more cohesive feel
  • Created a unified parsing function in the utils lib for OpenAI formatted stream responses.