use litellm underlying
1 parent 2684f68 commit 1d2f18d2fb80273944e3b3e9651e980755ee04ac
@yangyangxie yangyangxie authored on 2 Sep
Showing 27 changed files
View
.gitignore
View
ai-hub/app/api/routes/sessions.py
View
ai-hub/app/api/schemas.py
View
ai-hub/app/core/pipelines/dspy_rag.py
View
ai-hub/app/core/pipelines/file_selector_rag.py 0 → 100644
View
ai-hub/app/core/pipelines/file_selector_rag_test.py 0 → 100644
View
ai-hub/app/core/pipelines/test_gemini.py 0 → 100644
View
ai-hub/app/core/providers/factory.py
View
ai-hub/app/core/providers/llm/README.md 0 → 100644
View
ai-hub/app/core/providers/llm/deepseek.py 100644 → 0
View
ai-hub/app/core/providers/llm/gemini.py 100644 → 0
View
ai-hub/app/core/providers/llm/general.py 0 → 100644
View
ai-hub/app/core/services/rag.py
View
ai-hub/app/db/models.py
View
ai-hub/integration_tests/test_sessions_api.py
View
ai-hub/run_chat.sh
View
ai-hub/run_integration_tests.sh
View
ai-hub/tests/api/routes/test_sessions.py
View
ai-hub/tests/core/pipelines/test_dspy_rag.py
View
ai-hub/tests/core/providers/llm/test_llm_general.py 0 → 100644
View
ai-hub/tests/core/providers/llm/test_llm_providers.py
View
ai-hub/tests/core/providers/test_factory.py
View
ai-hub/tests/core/services/test_rag.py
View
ai-hub/tests/db/test_models.py
View
ai-hub/tests/test_app.py
View
ui/client-app/src/components/Controls.js
View
ui/client-app/src/services/apiService.js