Releases: stoyan-stoyanov/llmflows
Releases · stoyan-stoyanov/llmflows
0.2.1
- Minor refactors of llm classes
- Updated urllib3 version
- Added support for Azure OpenAI models
- Added support for Google PaLM models
Full Changelog: 0.1.2...0.2.1
0.1.2
What's Changed
- Fix a typo Introduction.md by @bweber-rebellion in #45
- added missing packages in pyproject.toml
- minor refactors to standardize LLM class methods
New Contributors
- @bweber-rebellion made their first contribution in #45
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Adding support for claude by @stoyan-stoyanov in #44
- LLM base classes refactors
Full Changelog: 0.0.12...0.1.1
0.0.12
- Fixed a bug with VectorDoc where in some cases the text in the metadata was incoreect
Full Changelog: 0.0.11...0.0.12
0.0.11
0.0.10
What's Changed
- fix typo in README.md flowstep example by @tavisrudd in #34
- Fixed issues with api_key in LLM classes where api key could be only used when it is in env variables although this was not the expected behavior
- Minor updates in examples and README
New Contributors
- @tavisrudd made their first contribution in #34
Full Changelog: 0.0.9...0.0.10
0.0.9
Initial release after making the project public
0.0.8
increasing version in pyproject.toml before release
0.0.7
removing prints
0.0.6
minor doc updates, bumping up version in pyproject.toml before release