move LangchainProcessor to processors/frameworks and update CHANGELOG

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-31 14:00:07 -07:00
parent 0b691ff597
commit f087151db7
9 changed files with 31 additions and 25 deletions

View File

@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the weather in Los Angeles, the LLM will call your function.
See https://platform.openai.com/docs/guides/function-calling
- Added new `LangchainProcessor`.
- Added Cartesia TTS support (https://cartesia.ai/)
### Fixed