Skip to content

1.2.2

Choose a tag to compare

@michelle-avery michelle-avery released this 30 Apr 23:13

What's Changed

  • Improve model lists in #53
    • The model list is now pre-populated with the actual modes reported by the provider (where available)
  • Openrouter support by in #55
  • Improved testing for providers and api in #56
  • Fallback support in #58
    • This provides the ability to configure a second LLM provider to fulfill the request if the first one returns an error. This is intended for situations where the primary has reached a quota or is down - there must be an actual error. The secondary provider will not be used if the primary LLM simply fails to provide an accurate or helpful response.
  • Add Mistral support in #59
  • Remove failed hass agent messages in #60
    • These messages were previously not shown the user, but were still in the log sent to the LLM, and could have affected results.

Full Changelog: 1.2.1...1.2.2