Add input image to product protocol

This commit is contained in:
Xin Wang
2026-05-23 08:28:56 +08:00
parent 02db9545f0
commit 5b087f8610
4 changed files with 117 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ def create_app(config_path: str = "config.json") -> FastAPI:
"features": {
"product_text_input": True,
"product_text_interrupt": True,
"product_image_input": True,
},
"demo": webpage_mount,
"llm_provider": config.services.llm.provider,