Merge pull request #3214 from pipecat-ai/mb/update-run-inference

Update run_inference to use the provided LLM configuration params
This commit is contained in:
Mark Backman
2025-12-17 12:03:50 -05:00
committed by GitHub
6 changed files with 367 additions and 66 deletions

View File

@@ -0,0 +1 @@
- Updated the `run_inference` methods in the LLM service classes (`AnthropicLLMService`, `AWSBedrockLLMService`, `GoogleLLMService`, and `OpenAILLMService` and its base classes) to use the provided LLM configuration parameters.