Skip to content

Releases: partITech/php-mistral

v0.1.0

28 Apr 18:50
Compare
Choose a tag to compare

Psr 18 rewritten.

Supports Mistral, vLLM, Ollama, LLama.cpp, TGI, TEI, Huggingface inference provider, anthropic, xai, huggingface datasets.

v0.0.22

17 Apr 10:34
1527e0c
Compare
Choose a tag to compare

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

17 Apr 08:33
05dbfeb
Compare
Choose a tag to compare

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

Full Changelog: v0.0.20...v0.0.21

v0.0.20

17 Mar 14:39
5fac026
Compare
Choose a tag to compare

Remove unused dependency (thanks to @lbai02)

Full Changelog: v0.0.19...v0.0.20

v0.0.19

06 Jan 14:17
Compare
Choose a tag to compare

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

24 Oct 12:33
690aad3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

12 Sep 21:49
97ec189
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

10 Sep 08:50
957526b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

07 Sep 10:30
0fec491
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

12 Jun 20:33
a4600b8
Compare
Choose a tag to compare

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