mirror of
https://github.com/tcsenpai/multi1.git
synced 2025-06-06 19:15:23 +00:00
6 lines
256 B
Python
6 lines
256 B
Python
from .ollama_handler import OllamaHandler
|
|
from .perplexity_handler import PerplexityHandler
|
|
from .groq_handler import GroqHandler
|
|
from .litellm_handler import LiteLLMHandler
|
|
|
|
__all__ = ['OllamaHandler', 'PerplexityHandler', 'GroqHandler', 'LiteLLMHandler'] |