Skip to content

Releases: php-llm/llm-chain

0.15.1

05 Feb 19:53
06e52f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15...0.15.1

0.15

05 Feb 19:11
ffc3db7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.3...0.15

0.14.3

22 Jan 19:05
432a026
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.2...0.14.3

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/symfony-demo#13 for guidance while updating.

Full Changelog: 0.10.0...0.11