use litellm underlying
|
---|
|
.gitignore |
---|
ai-hub/app/api/routes/sessions.py |
---|
ai-hub/app/api/schemas.py |
---|
ai-hub/app/core/pipelines/dspy_rag.py |
---|
ai-hub/app/core/pipelines/file_selector_rag.py 0 → 100644 |
---|
ai-hub/app/core/pipelines/file_selector_rag_test.py 0 → 100644 |
---|
ai-hub/app/core/pipelines/test_gemini.py 0 → 100644 |
---|
ai-hub/app/core/providers/factory.py |
---|
ai-hub/app/core/providers/llm/README.md 0 → 100644 |
---|
ai-hub/app/core/providers/llm/deepseek.py 100644 → 0 |
---|
ai-hub/app/core/providers/llm/gemini.py 100644 → 0 |
---|
ai-hub/app/core/providers/llm/general.py 0 → 100644 |
---|
ai-hub/app/core/services/rag.py |
---|
ai-hub/app/db/models.py |
---|
ai-hub/integration_tests/test_sessions_api.py |
---|
ai-hub/run_chat.sh |
---|
ai-hub/run_integration_tests.sh |
---|
ai-hub/tests/api/routes/test_sessions.py |
---|
ai-hub/tests/core/pipelines/test_dspy_rag.py |
---|
ai-hub/tests/core/providers/llm/test_llm_general.py 0 → 100644 |
---|
ai-hub/tests/core/providers/llm/test_llm_providers.py |
---|
ai-hub/tests/core/providers/test_factory.py |
---|
ai-hub/tests/core/services/test_rag.py |
---|
ai-hub/tests/db/test_models.py |
---|
ai-hub/tests/test_app.py |
---|
ui/client-app/src/components/Controls.js |
---|
ui/client-app/src/services/apiService.js |
---|