feat: upgrade interface web e suporte a áudio completo

This commit is contained in:
2026-03-22 01:05:27 +00:00
parent 2d3da03ee6
commit 3e2e81bd64
7 changed files with 435 additions and 131 deletions

3
start.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
uvicorn main:app --host 0.0.0.0 --port 8000 --reload &
python bot_logic.py