OLLamaLLMService: Pass kwargs

This commit is contained in:
Mark Backman
2025-07-05 08:12:23 -07:00
parent f2509adec1
commit 931f34fccd
2 changed files with 23 additions and 2 deletions

View File

@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the value to False requires a custom processor before the `TTSService` to
aggregate LLM tokens.
- Added `kwargs` to the `OLLamaLLMService` to allow for configuration args to
be passed to Ollama.
- Added call hang-up error handling in `TwilioFrameSerializer`, which handles
the case where the user has hung up before the `TwilioFrameSerializer` hangs
up the call.