• Stefy Lanza (nextime / spora )'s avatar
    Fix socket communication for large messages and complete prompt system · 8b9ab001
    Stefy Lanza (nextime / spora ) authored
    - Fix SocketCommunicator.receive_message() to handle messages larger than 4096 bytes
    - Read complete JSON messages by accumulating data until newline delimiter
    - Prevent JSON decode errors when responses exceed socket buffer size
    - Complete implementation of multi-step prompts for analyze and training
    - Training page now sends video and audio prompts with split_media always included
    - Worker_training handles multi-step prompts with video processing and audio placeholder
    - Analyze page passes analyze_audio option to worker_analyze
    
    All changes follow the AI.PROMPT rules for database migrations and API updates.
    8b9ab001
Name
Last commit
Last update
docs Loading commit data...
templates Loading commit data...
vidai Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CHANGELOG.md Loading commit data...
Dockerfile.runpod Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
TODO.md Loading commit data...
build.bat Loading commit data...
build.sh Loading commit data...
clean.bat Loading commit data...
clean.sh Loading commit data...
create_pod.sh Loading commit data...
image.jpg Loading commit data...
requirements-cuda.txt Loading commit data...
requirements-rocm.txt Loading commit data...
requirements.txt Loading commit data...
setup.bat Loading commit data...
setup.sh Loading commit data...
start.bat Loading commit data...
test_comm.py Loading commit data...
test_runpod.py Loading commit data...
vidai.conf.sample Loading commit data...
vidai.py Loading commit data...
vidai.sh Loading commit data...