Add support for universal LLMContext to OpenPipe LLM service

This commit is contained in:
Paul Kompfner
2025-09-02 15:13:14 -04:00
parent d740bab99e
commit 0c32cc29a7

View File

@@ -108,12 +108,3 @@ class OpenPipeLLMService(OpenAILLMService):
}
return params
@property
def supports_universal_context(self) -> bool:
"""Check if this service supports universal LLMContext.
Returns:
False, as OpenPipeLLMService does not yet support universal LLMContext.
"""
return False