Releases: mattt/AnyLanguageModel
Releases · mattt/AnyLanguageModel
0.5.0
What's Changed
- Add custom generation options for language models by @mattt in #50
- expose HubApi and model directory configuration for MLX by @tpae in #44
- Fix non-streaming respond() does not add .response() entry to transcript by @noorbhatia in #46
- Fix invalid construction of greedy sampler in LlamaLanguageModel by @mattt in #55
- Add configuration option for llama.cpp logging by @mattt in #54
- Update LlamaLanguageModel to replace implementation-specific properties with custom generation options by @mattt in #56
- Implement chat templates for LlamaLanguageModel by @mattt in #57
- Add logic to handle encoder-only llama models by @mattt in #53
- Improve migration for deprecated llama model APIs by @mattt in #58
- OpenAILanguageModel + SystemLanguageModel tools calling support by @airy10 in #49
- Pass instructions as system prompt for MLXLanguageModel by @noorbhatia in #48
New Contributors
Full Changelog: 0.4.5...0.5.0
0.4.5
0.4.4
What's Changed
- Document workaround for specifying package dependency traits in Xcode project by @mattt in #35
- Document security best practices for API credentials by @mattt in #36
- Actually stream the data by @nathanborror in #31
New Contributors
- @nathanborror made their first contribution in #31
Full Changelog: 0.4.3...0.4.4
0.4.3
0.4.2
What's Changed
- Update mlx-swift-examples repository to mlx-swift-lm by @noorbhatia in #30
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- Update requirements to include Linux support by @KotlinFactory in #25
- Fix concurrency isolation for
Generablemacro expansion by @mattt in #28
New Contributors
- @KotlinFactory made their first contribution in #25
Full Changelog: 0.4.0...0.4.1
0.4.0
0.3.3
0.3.2
What's Changed
- Include instructions param in OpenAILanguageModel by @twocentstudios in #20
New Contributors
- @twocentstudios made their first contribution in #20
Full Changelog: 0.3.1...0.3.2