Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -841,6 +841,7 @@ class VisualConsensusEngine:
|
|
841 |
expert_manifest = Manifest(
|
842 |
identification=Identification(
|
843 |
speakerUri=f"tag:consilium.ai,2025:{model_key}",
|
|
|
844 |
conversationalName=model_info['name'],
|
845 |
role="AI Expert",
|
846 |
organization="Consilium Expert Panel",
|
|
|
841 |
expert_manifest = Manifest(
|
842 |
identification=Identification(
|
843 |
speakerUri=f"tag:consilium.ai,2025:{model_key}",
|
844 |
+
serviceUrl=f"internal://consilium/{model_key}", # Required parameter
|
845 |
conversationalName=model_info['name'],
|
846 |
role="AI Expert",
|
847 |
organization="Consilium Expert Panel",
|