changes
Browse files
app.py
CHANGED
@@ -976,12 +976,6 @@ with gr.Blocks(title="π Consilium: Visual AI Consensus Platform", theme=gr.th
|
|
976 |
type="password",
|
977 |
info="Required for DeepSeek, Llama, and QwQ models"
|
978 |
)
|
979 |
-
huggingface_key_input = gr.Textbox(
|
980 |
-
label="Hugging Face API Token",
|
981 |
-
placeholder="Enter your Hugging Face API token...",
|
982 |
-
type="password",
|
983 |
-
info="Required for Web Search Agent (TinyLlama)"
|
984 |
-
)
|
985 |
|
986 |
with gr.Column():
|
987 |
# Add a button to save/update keys
|
@@ -1020,7 +1014,6 @@ with gr.Blocks(title="π Consilium: Visual AI Consensus Platform", theme=gr.th
|
|
1020 |
### π Get API Keys:
|
1021 |
- **Mistral:** [console.mistral.ai](https://console.mistral.ai)
|
1022 |
- **SambaNova:** [cloud.sambanova.ai](https://cloud.sambanova.ai)
|
1023 |
-
- **Hugging Face:** [huggingface.co/settings/tokens](https://huggingface.co/settings/tokens)
|
1024 |
|
1025 |
### π Alternative: Environment Variables
|
1026 |
```bash
|
|
|
976 |
type="password",
|
977 |
info="Required for DeepSeek, Llama, and QwQ models"
|
978 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
979 |
|
980 |
with gr.Column():
|
981 |
# Add a button to save/update keys
|
|
|
1014 |
### π Get API Keys:
|
1015 |
- **Mistral:** [console.mistral.ai](https://console.mistral.ai)
|
1016 |
- **SambaNova:** [cloud.sambanova.ai](https://cloud.sambanova.ai)
|
|
|
1017 |
|
1018 |
### π Alternative: Environment Variables
|
1019 |
```bash
|