azettl commited on
Commit
42970b5
Β·
1 Parent(s): 710a0f7
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -767,7 +767,7 @@ def run_consensus_discussion_session(question: str, discussion_rounds: int = 3,
767
  - **Topology:** {topology.replace('_', ' ').title()}
768
  - **Participants:** {len(available_models)} AI models
769
  - **Roles:** {role_assignment.title()}
770
- - **Session ID:** {session_id[:8]}...
771
 
772
  *Generated by Consilium Visual AI Consensus Platform*"""
773
 
@@ -840,7 +840,7 @@ def check_model_status_session(session_id_state: str = None, request: gr.Request
840
  status = "βœ… Available (Built-in)"
841
  else:
842
  if available:
843
- status = f"βœ… Available (Key: {available[:8]}...)"
844
  else:
845
  status = "❌ Not configured"
846
  status_info += f"**{model_name}:** {status}\n\n"
 
767
  - **Topology:** {topology.replace('_', ' ').title()}
768
  - **Participants:** {len(available_models)} AI models
769
  - **Roles:** {role_assignment.title()}
770
+ - **Session ID:** {session_id[3]}...
771
 
772
  *Generated by Consilium Visual AI Consensus Platform*"""
773
 
 
840
  status = "βœ… Available (Built-in)"
841
  else:
842
  if available:
843
+ status = f"βœ… Available (Key: {available[:3]}...)"
844
  else:
845
  status = "❌ Not configured"
846
  status_info += f"**{model_name}:** {status}\n\n"