|
refactor the routes api to be more modularized
|
|---|
|
|
| ai-hub/app/api/routes.py |
|---|
| ai-hub/app/api/routes/__init__.py 0 → 100644 |
|---|
| ai-hub/app/api/routes/api.py 0 → 100644 |
|---|
| ai-hub/app/api/routes/documents.py 0 → 100644 |
|---|
| ai-hub/app/api/routes/general.py 0 → 100644 |
|---|
| ai-hub/app/api/routes/sessions.py 0 → 100644 |
|---|
| ai-hub/app/api/routes/tts.py 0 → 100644 |
|---|
| ai-hub/app/app.py |
|---|
| ai-hub/integration_tests/conftest.py |
|---|
| ai-hub/integration_tests/test_documents.py |
|---|
| ai-hub/integration_tests/test_integration.py 100644 → 0 |
|---|
| ai-hub/integration_tests/test_sessions.py |
|---|
| ai-hub/run_chat.sh |
|---|
| ai-hub/tests/api/routes/conftest.py 0 → 100644 |
|---|
| ai-hub/tests/api/routes/test_documents.py 0 → 100644 |
|---|
| ai-hub/tests/api/routes/test_general.py 0 → 100644 |
|---|
| ai-hub/tests/api/routes/test_sessions.py 0 → 100644 |
|---|
| ai-hub/tests/api/routes/test_tts.py 0 → 100644 |
|---|
| ai-hub/tests/api/test_routes.py |
|---|