Skip to content

0.4.2

Choose a tag to compare

@leoguillaume leoguillaume released this 24 Mar 07:21
· 78 commits to main since this release
1aa8825

This release improve the developer experience by a new CLI (see makecommand) and a new documentation with Astro Starlight. The new documentation is available here : https://docs.opengatellm.org/.

Features

  • Add a new CLI with Rich (#713)
    • make create-user command is replaced by make create-admin to create admin user to help you when you contribute to OpenGateLLM codebase.
  • Add verbose_json output format for /v1/audio/transcription endoint (#774)

Deprecated

  • carbon usage key in output of model reponses is replaced by impacts after ecologit update. This key will be removed in v0.5.0 (#791)

Bug fixes

  • Tool calling on Mistral On prem providers (#773)
  • Support legacy metadata (#777)
  • Fix typo on GET /documents/{document_id}/chunks (#782)
  • fix(collections): public filter of GET /v1/collections by @leoguillaume in #789

Refactoring

  • New documentation with Astro Starlight (#762, #771, #770, #772, #776)
  • Refactored provider endpoints to better align with clean architecture principles, improving maintainability and code organization (#718, #713, #767, #778, #783)
  • Optimize integration tests duration (#780)

Security

New Contributors

  • @github-actions[bot] made their first contribution in #771

Full Changelog: 0.4.1...0.4.2