Skip to content

v1.2.0

Compare
Choose a tag to compare
@aymeric-roucher aymeric-roucher released this 10 Jan 15:30
· 206 commits to main since this release

What's Changed

Big features:

  • Add an OpenAIServerModel by @Zetaphor in #109
    • This unlocks using any OpenAI-format-compatible server like TGI or vLLM.
  • Enable smolagent tools in Hugging Chat! 🚀 in #132
    • Demo incoming!
  • Vastly simplify Model class ✨ in #146
    • Now Model subclasses have only one __call__ method: if arg tools_to_call_from is passed, this method will return a tool call instead of just a string.
  • Halve import time by removing torch dependency in #147
    • Following up on #100 raised by @xianminx, removing dependency on torch allowed to halve the library loading time!
  • Support OpenTelemetry in #136
    • This is still cooking, more stuff needs to be done, but we'll have observability!

Other important features

Great thanks for everyone who participated!