Releases: partITech/php-mistral
Releases · partITech/php-mistral
v0.0.8
What's Changed
- Add params: best_of / ignore_eos / use_beam_search / skip_special_tokens for vllm self inference support. by @GeraudBourdin in #11
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- add params: n / presence_penalty / frequency_penalty for vllm self inference support. by @GeraudBourdin in #10
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
What's Changed
- Update json format example by @GeraudBourdin in #7
- Update LamaCppClient class name by @GeraudBourdin in #8
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Add function calling by @GeraudBourdin in #5
- Add JSON response_format by @GeraudBourdin in #5
- Add examples files for chat with and without stream, embeddings, list models, json format and function calling by @GeraudBourdin in #5
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Update default model to open-mistral-7b by @GeraudBourdin in #4
Full Changelog: v0.0.2...v0.0.3
v0.0.2
add http-client 6.4 minimum compatibility
v0.0.1
initial release