🐳 12/06 - 22:29 - les trois ia en un seule agent hybride fédéré. puissant kimi. import os from huggingface_hub import InferenceClient client = InferenceClient( api_key=os.environ["H
Browse files- agent.html +6 -0
- dashboard.html +1 -1
agent.html
CHANGED
|
@@ -162,8 +162,11 @@
|
|
| 162 |
<option value="claude-3-5-sonnet">🎭 Claude 3.5 Sonnet</option>
|
| 163 |
<option value="gemini-2.0-flash">💎 Gemini 2.0 Flash</option>
|
| 164 |
<option value="deepseek-chat">🔍 DeepSeek Chat</option>
|
|
|
|
| 165 |
<option value="meta-llama/Llama-3.3-70B-Instruct">🦙 Llama 3.3 70B</option>
|
| 166 |
<option value="mistral-large-latest">🌀 Mistral Large</option>
|
|
|
|
|
|
|
| 167 |
</select>
|
| 168 |
<button onclick="clearChat()" class="text-dark-400 hover:text-white transition" title="Effacer">
|
| 169 |
<i data-lucide="trash-2" class="w-3.5 h-3.5"></i>
|
|
@@ -278,6 +281,9 @@ const FEDERATED_MODELS = [
|
|
| 278 |
{ id: "meta-llama/Llama-3.3-70B", name: "Llama 3.3 70B", icon: "🦙", color: "#fb923c", status: "active", latency: "~1.8s" },
|
| 279 |
{ id: "mistral-large-latest", name: "Mistral Large", icon: "🌀", color: "#f472b6", status: "active", latency: "~1.3s" },
|
| 280 |
{ id: "qwen/qwen-2.5-coder-32b", name: "Qwen 2.5 Coder", icon: "🐉", color: "#f87171", status: "standby", latency: "~2.0s" },
|
|
|
|
|
|
|
|
|
|
| 281 |
];
|
| 282 |
|
| 283 |
const MEMORY_SYSTEMS = [
|
|
|
|
| 162 |
<option value="claude-3-5-sonnet">🎭 Claude 3.5 Sonnet</option>
|
| 163 |
<option value="gemini-2.0-flash">💎 Gemini 2.0 Flash</option>
|
| 164 |
<option value="deepseek-chat">🔍 DeepSeek Chat</option>
|
| 165 |
+
<option value="deepseek-ai/DeepSeek-V4-Pro:fireworks-ai">🔮 DeepSeek V4 Pro</option>
|
| 166 |
<option value="meta-llama/Llama-3.3-70B-Instruct">🦙 Llama 3.3 70B</option>
|
| 167 |
<option value="mistral-large-latest">🌀 Mistral Large</option>
|
| 168 |
+
<option value="moonshotai/Kimi-K2.7-Code:novita">🌙 Kimi K2.7 Code</option>
|
| 169 |
+
<option value="Qwen/Qwen3.6-35B-A3B:featherless-ai">🐲 Qwen 3.6 35B</option>
|
| 170 |
</select>
|
| 171 |
<button onclick="clearChat()" class="text-dark-400 hover:text-white transition" title="Effacer">
|
| 172 |
<i data-lucide="trash-2" class="w-3.5 h-3.5"></i>
|
|
|
|
| 281 |
{ id: "meta-llama/Llama-3.3-70B", name: "Llama 3.3 70B", icon: "🦙", color: "#fb923c", status: "active", latency: "~1.8s" },
|
| 282 |
{ id: "mistral-large-latest", name: "Mistral Large", icon: "🌀", color: "#f472b6", status: "active", latency: "~1.3s" },
|
| 283 |
{ id: "qwen/qwen-2.5-coder-32b", name: "Qwen 2.5 Coder", icon: "🐉", color: "#f87171", status: "standby", latency: "~2.0s" },
|
| 284 |
+
{ id: "moonshotai/Kimi-K2.7-Code:novita", name: "Kimi K2.7 Code", icon: "🌙", color: "#a78bfa", status: "active", latency: "~1.4s" },
|
| 285 |
+
{ id: "Qwen/Qwen3.6-35B-A3B:featherless-ai", name: "Qwen 3.6 35B", icon: "🐲", color: "#60a5fa", status: "active", latency: "~1.6s" },
|
| 286 |
+
{ id: "deepseek-ai/DeepSeek-V4-Pro:fireworks-ai", name: "DeepSeek V4 Pro", icon: "🔮", color: "#22d3ee", status: "active", latency: "~1.1s" },
|
| 287 |
];
|
| 288 |
|
| 289 |
const MEMORY_SYSTEMS = [
|
dashboard.html
CHANGED
|
@@ -175,7 +175,7 @@
|
|
| 175 |
</div>
|
| 176 |
</div>
|
| 177 |
<div class="flex items-center gap-2 text-[11px] text-neon-amber">
|
| 178 |
-
<span>
|
| 179 |
<span class="text-dark-500">·</span>
|
| 180 |
<span class="text-neon-green font-medium">🔮 Prédiction active</span>
|
| 181 |
</div>
|
|
|
|
| 175 |
</div>
|
| 176 |
</div>
|
| 177 |
<div class="flex items-center gap-2 text-[11px] text-neon-amber">
|
| 178 |
+
<span>11 modèles fédérés</span>
|
| 179 |
<span class="text-dark-500">·</span>
|
| 180 |
<span class="text-neon-green font-medium">🔮 Prédiction active</span>
|
| 181 |
</div>
|