Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

AbstractLLM v1.0.2

Choose a tag to compare

@lpalbou lpalbou released this 14 Sep 14:44
· 48 commits to main since this release

[1.0.2] - 2025-09-14

Fixed

  • OpenAI Provider Response Format: Fixed OpenAI provider to return proper GenerateResponse objects instead of raw strings, ensuring consistency with other providers and proper response structure

[1.0.1] - 2025-09-14

Fixed

  • MLX Dependencies in [all] Extra: Fixed issue where pip install "abstractllm[all]" did not include MLX dependencies
  • User Experience: Users can now install all provider support including MLX using the [all] extra
  • Platform Compatibility: Added documentation clarifying that MLX dependencies are Apple Silicon specific

Changed

  • Installation Documentation: Updated README to clarify that [all] extra now includes MLX dependencies
  • Platform Notes: Added note about MLX platform compatibility