Refactor STT model selection to dropdown, add YAML config import/export, and refine Voice/Coding Assistant UI
1 parent df0a6e5 commit d93a4b9538e286ee4000fa6985b2c2dad1bb4c24
@Antigravity AI Antigravity AI authored 1 day ago
Showing 38 changed files
View
.gitignore
View
ai-hub/app/api/routes/sessions.py
View
ai-hub/app/api/routes/stt.py
View
ai-hub/app/api/routes/tts.py
View
ai-hub/app/api/routes/user.py
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 100644 → 0
View
ai-hub/app/core/providers/factory.py
View
ai-hub/app/core/providers/llm/general.py
View
ai-hub/app/core/providers/stt/gemini.py
View
ai-hub/app/core/providers/stt/general.py
View
ai-hub/app/core/providers/tts/gcloud_tts.py
View
ai-hub/app/core/providers/tts/gemini.py
View
ai-hub/app/core/providers/tts/general.py 0 → 100644
View
ai-hub/app/core/services/rag.py
View
ai-hub/app/core/services/stt.py
View
ai-hub/app/core/services/tts.py
View
ai-hub/app/core/services/workspace.py
View
ai-hub/app/core/vector_store/embedder/factory.py
View
ai-hub/app/db/models.py
View
ai-hub/app/db/session.py
View
ai-hub/app/utils.py
View
docker-compose.yml
View
local_deployment.sh
View
ui/client-app/src/App.js
View
ui/client-app/src/components/ChatWindow.js
View
ui/client-app/src/components/Navbar.js
View
ui/client-app/src/components/SessionSidebar.js
View
ui/client-app/src/hooks/useCodeAssistant.js
View
ui/client-app/src/hooks/useVoiceChat.js
View
ui/client-app/src/pages/CodingAssistantPage.js
View
ui/client-app/src/pages/SettingsPage.js 0 → 100644
View
ui/client-app/src/pages/VoiceChatPage.js
View
ui/client-app/src/services/apiService.js
View
ui/client-app/src/services/websocket.js
View
ui/run_web.sh