fix count
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -1454,7 +1454,7 @@ with gr.Blocks(title="🎭 Consilium: Multi-AI Expert Consensus Platform", theme 
     | 
|
| 1454 | 
         
             
                * Visual roundtable of the AI models, including speech bubbles to see the discussion in real time.
         
     | 
| 1455 | 
         
             
                * MCP mode enabled to also use it directly in, for example, Claude Desktop (without the visual table).
         
     | 
| 1456 | 
         
             
                * Includes Mistral (**mistral-large-latest**) via their API and the Models **DeepSeek-R1**, **Meta-Llama-3.3-70B-Instruct** and **QwQ-32B** via the SambaNova API.
         
     | 
| 1457 | 
         
            -
                * Research Agent with  
     | 
| 1458 | 
         
             
                * Assign different roles to the models, the protocol they should follow, and decide the communication strategy.
         
     | 
| 1459 | 
         
             
                * Pick one model as the lead analyst (had the best results when picking Mistral).
         
     | 
| 1460 | 
         
             
                * Configure the amount of discussion rounds.
         
     | 
| 
         | 
|
| 1454 | 
         
             
                * Visual roundtable of the AI models, including speech bubbles to see the discussion in real time.
         
     | 
| 1455 | 
         
             
                * MCP mode enabled to also use it directly in, for example, Claude Desktop (without the visual table).
         
     | 
| 1456 | 
         
             
                * Includes Mistral (**mistral-large-latest**) via their API and the Models **DeepSeek-R1**, **Meta-Llama-3.3-70B-Instruct** and **QwQ-32B** via the SambaNova API.
         
     | 
| 1457 | 
         
            +
                * Research Agent with 5 sources (**Web Search**, **Wikipedia**, **arXiv**, **GitHub**, **SEC EDGAR**) for comprehensive live research.
         
     | 
| 1458 | 
         
             
                * Assign different roles to the models, the protocol they should follow, and decide the communication strategy.
         
     | 
| 1459 | 
         
             
                * Pick one model as the lead analyst (had the best results when picking Mistral).
         
     | 
| 1460 | 
         
             
                * Configure the amount of discussion rounds.
         
     |