Initial commit: VoIdeaAI - voice-first AI idea assistant
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"""VoIdea - AI integration module."""
|
||||
|
||||
from app.integrations.ai.base import AIProvider, AIResult
|
||||
from app.integrations.ai.yandex_gpt import YandexGPTProvider
|
||||
from app.integrations.ai.gigachat import GigaChatProvider
|
||||
from app.integrations.ai.fallback import FallbackChain
|
||||
|
||||
__all__ = [
|
||||
"AIProvider",
|
||||
"AIResult",
|
||||
"YandexGPTProvider",
|
||||
"GigaChatProvider",
|
||||
"FallbackChain",
|
||||
]
|
||||
Reference in New Issue
Block a user