Update run_inference to use the provided LLM configuration params

This commit is contained in:
Mark Backman
2025-12-09 13:33:05 -05:00
committed by Paul Kompfner
parent afa7573834
commit 21a55f6aae
6 changed files with 366 additions and 65 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.