сервис позволяет через веб страничку отправлять стримерам сообщения. при этом можно попросить ответить ии на сообщение
Find a file
vrubelroman 729f6eb47e
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 30s
Hold viewer message until AI reply is ready, when requested
Previously the viewer's message displayed immediately and the AI
reply showed up whenever DeepSeek happened to respond, landing with
an awkward gap. Now, when the AI checkbox is checked, both texts are
fetched/prepared before anything is broadcast, so the original
message and the AI reply queue back-to-back on the overlay. Falls
back to just showing the original message if the AI call fails.
Behavior without the checkbox is unchanged (still immediate).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-01 17:39:33 +00:00
.forgejo/workflows Multi-tenant platform: per-streamer overlay/sender links + CI/CD 2026-07-01 15:53:07 +00:00
public Add optional AI reply via DeepSeek 2026-07-01 17:23:41 +00:00
.dockerignore Multi-tenant platform: per-streamer overlay/sender links + CI/CD 2026-07-01 15:53:07 +00:00
.env.example Add optional AI reply via DeepSeek 2026-07-01 17:23:41 +00:00
.gitignore Multi-tenant platform: per-streamer overlay/sender links + CI/CD 2026-07-01 15:53:07 +00:00
ai-prompt.txt Hold viewer message until AI reply is ready, when requested 2026-07-01 17:39:33 +00:00
db.js Let streamers set how long messages stay on screen 2026-07-01 16:56:49 +00:00
docker-compose.prod.yml Multi-tenant platform: per-streamer overlay/sender links + CI/CD 2026-07-01 15:53:07 +00:00
docker-compose.yml Multi-tenant platform: per-streamer overlay/sender links + CI/CD 2026-07-01 15:53:07 +00:00
Dockerfile Add optional AI reply via DeepSeek 2026-07-01 17:23:41 +00:00
package-lock.json Initial commit: overlay + sender pages for StreamLabs browser source 2026-07-01 15:17:25 +00:00
package.json Initial commit: overlay + sender pages for StreamLabs browser source 2026-07-01 15:17:25 +00:00
server.js Hold viewer message until AI reply is ready, when requested 2026-07-01 17:39:33 +00:00