Add QwenLLMService

This commit is contained in:
Mark Backman
2025-03-29 19:40:48 -04:00
parent b88744b18d
commit f2a05b065d
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/.