Releases: partITech/php-mistral
Releases · partITech/php-mistral
v0.1.0
v0.0.22
What's Changed
- fix nullable type deprecation in MistralClient constructor by @qdurillon-dev in #32
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- cs: remove stray ")" from mistral streamed response example in README by @lbai02 in #30
- Require php >= 8.3 in composer.json by @qdurillon-dev in #31
New Contributors
- @lbai02 made their first contribution in #30
- @qdurillon-dev made their first contribution in #31
Full Changelog: v0.0.20...v0.0.21
v0.0.20
Remove unused dependency (thanks to @lbai02)
Full Changelog: v0.0.19...v0.0.20
v0.0.19
Add compatibility with ollama, Tgi from huggingface inference, vllm.
Add compatibility with json format for ollama/mistral/tgi/vllm.
See examples/Clients for config examples.
v0.0.18
v0.0.17
What's Changed
- enable query to pixtral model by @GeraudBourdin in #24
Full Changelog: v0.0.16...v0.0.17
v0.0.16
v0.0.15
What's Changed
- vLLM compatibility with tool_call by @GeraudBourdin in #20
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Add tool Message type and update the function call example by @GeraudBourdin in #19
Full Changelog: v0.0.13...v0.0.14