Merge pull request #1478 from pipecat-ai/mb/alibaba-cloud-offerings

Add QwenLLMService
This commit is contained in:
Mark Backman
2025-03-29 20:13:21 -04:00
committed by GitHub
4 changed files with 183 additions and 12 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `QwenLLMService` for Qwen integration with an OpenAI-compatible
interface. Added foundational example `14q-function-calling-qwen.py`.
- Added `Mem0MemoryService`. Mem0 is a self-improving memory layer for LLM
applications. Learn more at: https://mem0.ai/.