add support for multi-models
|
---|
|
ai-hub/app/core/__init__.py 100644 → 0 |
---|
ai-hub/app/core/llm_providers.py |
---|
ai-hub/app/core/pipelines/dspy_rag.py |
---|
ai-hub/app/core/providers/__init__.py 0 → 100644 |
---|
ai-hub/app/core/providers/base.py 0 → 100644 |
---|
ai-hub/app/core/providers/factory.py 0 → 100644 |
---|
ai-hub/app/core/providers/llm/__init__.py 0 → 100644 |
---|
ai-hub/app/core/providers/llm/deepseek.py 0 → 100644 |
---|
ai-hub/app/core/providers/llm/gemini.py 0 → 100644 |
---|
ai-hub/app/core/providers/stt/__init__.py 0 → 100644 |
---|
ai-hub/app/core/providers/tts/__init__.py 0 → 100644 |
---|
ai-hub/app/core/retrievers/remote_retriever.py 0 → 100644 |
---|
ai-hub/app/core/services/rag.py |
---|
ai-hub/requirements.txt |
---|
ai-hub/tests/core/providers/llm/test_llm_providers.py 0 → 100644 |
---|
ai-hub/tests/core/providers/test_factory.py 0 → 100644 |
---|
ai-hub/tests/core/services/test_rag.py |
---|
ai-hub/tests/core/test_services.py 100644 → 0 |
---|