Releases: LLPhant/LLPhant
Releases · LLPhant/LLPhant
0.11.3
What's Changed
- Update OpenAI client by @f-lombardo in #405
- Compatibility with http-message 1.x by @f-lombardo and @bytestream in #404
Full Changelog: 0.11.2...0.11.3
0.11.2
What's Changed
- Remove direct Guzzle dependency from LakeraPromptInjectionQueryTransformer class by @f-lombardo in #401
- Remove hard Guzzle dependency from Ollama Embedding by @f-lombardo in #400
- OpenAI timeout by @f-lombardo and @clementtalleu in #402
Full Changelog: 0.11.1...0.11.2
0.11.1
What's Changed
- Fix string interpolation by @f-lombardo in #397
- Add support for webp files in Vision by @f-lombardo in #398
- feat(httpinterop): Remove direct Guzzle dependency from QdrantVectorStore class by @ktherage in #363
- feat(http-interop): Remove hard Guzzle dependency from OpenAI related EmbeddingGenerator code by @welcoMattic in #365
Full Changelog: 0.11.0...0.11.1
Standardize configs and remove direct Guzzle dependencies
What's Changed
- BREAKING CHANGE - Standardize configs by @f-lombardo in #386
- feat(ollama) #388 : Add support for API KEY for Ollama by @alexisMigniau in #389
- feat(http-interop): Remove hard Guzzle dep on Anthropic related code by @welcoMattic in #370
- feat(http-interop): Remove hard Guzzle dep from Tools classes by @welcoMattic in #373
- feat(httpinterop): Remove direct Guzzle dependency from LLPhantTypesenseClient class by @ktherage in #368
- feat(httpinterop): Remove direct Guzzle dependency from MilvusClient class by @ktherage in #366
- PNG and GIF support for Vision by @f-lombardo in #394
- feat(http-interop): Remove hard Guzzle dependency from VoyageAI EmbeddingGenerator relatedy code by @welcoMattic in #369
- Remove direct Guzzle dependency from AstraDBClient class by @f-lombardo in #395
- feat(httpinterop): Remove direct Guzzle dependency from ChatSessionStream class by @ktherage in #371
New Contributors
- @alexisMigniau made their first contribution in #389
Full Changelog: 0.10.8...0.11.0
0.10.8
Add support for Anthropic vision (#384)
0.10.7
Revert "Remove hard Guzzle dep on Chat Anthropic code"
Revert "Remove hard Guzzle dep on Chat Anthropic code"
Allow to translate audio (#358) * allow to translate audio * refacto translation signature to plain text
0.10.5: Allow to translate audio (#358)
* allow to translate audio * refacto translation signature to plain text
0.10.4: Fix VoyageAI (#360)
* Fix VoyageAI * Fix VoyageAI - revert openai client * Fix VoyageAI - fix