Add support for universal LLMContext to Qwen LLM service
This commit is contained in:
@@ -50,12 +50,3 @@ class QwenLLMService(OpenAILLMService):
|
|||||||
"""
|
"""
|
||||||
logger.debug(f"Creating Qwen client with base URL: {base_url}")
|
logger.debug(f"Creating Qwen client with base URL: {base_url}")
|
||||||
return super().create_client(api_key, base_url, **kwargs)
|
return super().create_client(api_key, base_url, **kwargs)
|
||||||
|
|
||||||
@property
|
|
||||||
def supports_universal_context(self) -> bool:
|
|
||||||
"""Check if this service supports universal LLMContext.
|
|
||||||
|
|
||||||
Returns:
|
|
||||||
False, as QwenLLMService does not yet support universal LLMContext.
|
|
||||||
"""
|
|
||||||
return False
|
|
||||||
|
|||||||
Reference in New Issue
Block a user