This repository was archived by the owner on Jun 1, 2026. It is now read-only.
AbstractLLM v1.0.2
[1.0.2] - 2025-09-14
Fixed
- OpenAI Provider Response Format: Fixed OpenAI provider to return proper
GenerateResponseobjects 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