initial commit
This commit is contained in:
parent
97c002ac88
commit
d7f47e43f7
@ -196,7 +196,7 @@ def get_llm_service() -> LLMService:
|
||||
Returns:
|
||||
An instance of a concrete LLMService implementation
|
||||
"""
|
||||
llm_provider = settings.llm_provider.lower()
|
||||
llm_provider = settings.LLM_PROVIDER.lower()
|
||||
|
||||
if llm_provider == "openai" and settings.openai_api_key:
|
||||
return OpenAIService()
|
||||
|
Loading…
x
Reference in New Issue
Block a user