Add support for DeepSeek LLM

This commit is contained in:
Mark Backman
2025-01-11 08:47:17 -05:00
parent 4854645637
commit bc839492b6
5 changed files with 251 additions and 11 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `DeepSeekLLMService` for DeepSeek integration with an OpenAI-compatible
interface. Added foundational example `14l-function-calling-deepseek.py`.
- Added `FunctionCallResultProperties` dataclass to provide a structured way to
control function call behavior, including: