Skip to content

Releases: php-llm/llm-chain

0.14.2

13 Jan 12:38
bbd06dc
Compare
Choose a tag to compare

What's Changed

  • Add possibility to react to content filter violation by @OskarStark in #192

Full Changelog: 0.14.1...0.14.2

0.14.1

07 Jan 21:13
8629d2c
Compare
Choose a tag to compare

What's Changed

  • fix: Dall-E image generation examples by @DZunke in #196

Full Changelog: 0.14.0...0.14.1

0.14.0

06 Jan 21:40
86b80f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.14.0

0.13.0

05 Jan 15:47
04edf87
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

Breaking Changes

  • Chain contructor arguments got renamed, see #190
  • ToolBoxInterface was changed, see #187

0.12.0

04 Jan 21:07
bbabd9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.12.0

0.11.1

02 Jan 09:39
b60816a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11...0.11.1

0.11

28 Dec 23:06
f064e67
Compare
Choose a tag to compare

What's Changed

New Contributors

Breaking Change

  • MessageBag is not an instance of ArrayObject anymore and therefore array access and iteration not possible anymore. Use getMessages() instead, see #174 for background and php-llm/llm-chain-symfony-demo#13 for guidance while updating.

Full Changelog: 0.10.0...0.11

0.10.0

19 Dec 07:37
8365e13
Compare
Choose a tag to compare

What's Changed

  • feat: improve and test wikipedia tool by @chr-hertel in #157
  • Add and use ToolNotFoundException by @OskarStark in #162
  • Handle int, float, array, \Stringable and \JsonSerializable return values from tools by @OskarStark in #161

Full Changelog: 0.9.3...0.10.0

0.9.3

08 Dec 01:32
9936ac9
Compare
Choose a tag to compare

What's Changed

  • fix: expose version for anthropic via platform factory as well by @chr-hertel in #154
  • fix: make it possible to inject http client into factories by @chr-hertel in #155
  • chore: improve error message for DX by @chr-hertel in #156

Full Changelog: 0.9.2...0.9.3

0.9.2

06 Dec 13:38
8d7970f
Compare
Choose a tag to compare

What's Changed

  • Parse OpenAI response embedding to contain all embeddings by @DZunke in #150
  • fix: JsonException on last chunk for Symfony 6.4 by @chr-hertel in #153

Full Changelog: 0.9.1...0.9.2