From 6f3b0fdf73f2c28aa775f0e74716bf0861a8de6b Mon Sep 17 00:00:00 2001 From: sahil suman Date: Wed, 15 Jan 2025 02:56:16 +0530 Subject: [PATCH] fix changelog Signed-off-by: sahil suman --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608b8201b..0103f2a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -<<<<<<< Updated upstream +- Added `DeepSeekLLMService` for DeepSeek integration with an OpenAI-compatible + interface. Added foundational example `14l-function-calling-deepseek.py`. + - Added a new `WebsocketService` based class for TTS services, containing base functions and retry logic. @@ -22,11 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `run_llm`: Controls whether to trigger LLM completion - `on_context_updated`: Optional callback triggered after context update -======= -- Added `DeepSeekLLMService` for DeepSeek integration with an OpenAI-compatible - interface. Added foundational example `14l-function-calling-deepseek.py`. - ->>>>>>> Stashed changes - Added a new foundational example `07e-interruptible-playht-http.py` for easy testing of `PlayHTHttpTTSService`.