Add input image to product protocol
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user