New archi: domain driven development
Working but need to check out code
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
"""LLM client module."""
|
||||
from .deepseek import DeepSeekClient
|
||||
from .ollama import OllamaClient
|
||||
|
||||
__all__ = ['DeepSeekClient', 'OllamaClient']
|
||||
|
||||
Reference in New Issue
Block a user