Skip to content

v1.1.3

Compare
Choose a tag to compare
@Meteord Meteord released this 29 Aug 07:08
· 243 commits to main since this release
28d613b

Added

  • Support for multiple models via configuration on front and backend
  • token counting for Mistral and newer OpenAI Models by using the correct Mistral/Tiktoken Tokenizer

Fixed

  • #41
  • improvements for summarisation logic (#40)
    • using structured output/Json mode -> no need for complex cleanup after the LLM call
  • Removed depreciated LLMChain logic

Changed

Docker instead of Azure dependencies

  • Docker based build based on a json-configuration
    • contains a list of available OpenAI/Azure-OpenAI compatible endpoints
  • Removed all IAC files for azure, as well as all azure dependencies