introduce stt endpoint
1 parent d2870d4 commit 6adf2ffc93fd6ab3d25c9a584cfe4477e35365b0
@Yangyang Xie Yangyang Xie authored 8 days ago
Showing 16 changed files
View
ai-hub/app/api/dependencies.py
View
ai-hub/app/api/routes.py 100644 → 0
View
ai-hub/app/api/routes/api.py
View
ai-hub/app/api/routes/stt.py 0 → 100644
View
ai-hub/app/api/schemas.py
View
ai-hub/app/app.py
View
ai-hub/app/config.py
View
ai-hub/app/config.yaml
View
ai-hub/app/core/providers/factory.py
View
ai-hub/requirements.txt
View
ai-hub/run_integration_tests.sh
View
ai-hub/tests/api/routes/conftest.py
View
ai-hub/tests/api/test_dependencies.py
View
ai-hub/tests/api/test_routes.py 100644 → 0
View
ai-hub/tests/core/providers/test_factory.py
View
ai-hub/tests/test_config.py