From d07f45132f7d2428fe7a3acad7909ae8374670fd Mon Sep 17 00:00:00 2001 From: jhpiedrahitao Date: Mon, 23 Jun 2025 12:54:00 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45172e2e..6351cdaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `LLMAssistantContextAggregator` that exposes whether a function call is in progress. +- Added `SambaNovaLLMService` which provides llm api integration with an + OpenAI-compatible interface. + +- Added `SambaNovaTTSService` which provides speech-to-text functionality using + SambaNovas's (whisper) API. + +- Add fundational examples for function calling and transcription + `14s-function-calling-sambanova.py`, `13g-sambanova-transcription.py` + ### Changed - The `PipelineParams` arg `allow_interruptions` now defaults to `True`.