diff --git a/src/pipecat/services/fireworks/llm.py b/src/pipecat/services/fireworks/llm.py index 194adfc51..29c3f0284 100644 --- a/src/pipecat/services/fireworks/llm.py +++ b/src/pipecat/services/fireworks/llm.py @@ -82,12 +82,3 @@ class FireworksLLMService(OpenAILLMService): params.update(self._settings["extra"]) return params - - @property - def supports_universal_context(self) -> bool: - """Check if this service supports universal LLMContext. - - Returns: - False, as FireworksLLMService does not yet support universal LLMContext. - """ - return False