|
chore: cleanup test scripts, secure deployment script, and implement Voice/TTS frontend refinements
- Removed all temporary root Python test scripts - Secured remote_deploy.sh credentials using environment variables - Added data/audio payloads directory to .gitignore - Added automatic DB migration script (migrate.py) via uvicorn lifespan - Applied major refactors to UI Voice Chat, Session handling, and unified React API configs - Updated models and dependencies natively syncing with Nginx proxy features |
|---|
|
|
| .gitignore |
|---|
| ai-hub/app/api/routes/sessions.py |
|---|
| ai-hub/app/api/routes/tts.py |
|---|
| ai-hub/app/api/routes/user.py |
|---|
| ai-hub/app/api/schemas.py |
|---|
| ai-hub/app/app.py |
|---|
| ai-hub/app/config.py |
|---|
| ai-hub/app/core/providers/tts/gcloud_tts.py |
|---|
| ai-hub/app/core/providers/tts/gemini.py |
|---|
| ai-hub/app/core/services/rag.py |
|---|
| ai-hub/app/core/services/tts.py |
|---|
| ai-hub/app/db/migrate.py 0 → 100644 |
|---|
| ai-hub/app/db/models.py |
|---|
| ai-hub/requirements.txt |
|---|
| remote_deploy.sh |
|---|
| ui/client-app/src/components/ChatArea.js |
|---|
| ui/client-app/src/components/ChatWindow.js |
|---|
| ui/client-app/src/components/SessionSidebar.js |
|---|
| ui/client-app/src/hooks/useVoiceChat.js |
|---|
| ui/client-app/src/pages/CodingAssistantPage.js |
|---|
| ui/client-app/src/pages/SettingsPage.js |
|---|
| ui/client-app/src/pages/VoiceChatPage.js |
|---|
| ui/client-app/src/services/apiService.js |
|---|
| ui/client-app/src/services/audioUtils.js |
|---|