- Introduce a new `support_image_input` field in model resources, allowing models to indicate support for image input. - Update the backend models, schemas, and database seed scripts to accommodate the new field. - Enhance the AssistantConfig and related routes to handle image input capabilities, ensuring proper validation and error handling. - Modify the frontend components to include toggles for enabling visual understanding and filtering models based on image input support. - Implement necessary adjustments in the voice preview and pipeline to integrate video stream handling alongside audio functionalities.
5 lines
251 B
Bash
5 lines
251 B
Bash
# docker compose 变量(复制为项目根 .env)。公网 WebRTC 需配合 --profile remote。
|
|
PUBLIC_IP=182.92.86.220
|
|
TURN_SECRET=change-me-to-a-long-random-string
|
|
TURN_URLS=turn:182.92.86.220:3478?transport=udp,turn:182.92.86.220:3478?transport=tcp
|