fix: browser bug

This commit is contained in:
martin legrand
2025-04-07 14:55:41 +02:00
parent ff8fdddbdc
commit 21bf224fef
6 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#!/bin/bash
# Define the URL and filename
URL="https://huggingface.co/adaptive-classifier/llm_router/resolve/main/model.safetensors"
URL="https://huggingface.co/adaptive-classifier/llm-router/resolve/main/model.safetensors"
FILENAME="model.safetensors"
if [ ! -f "$FILENAME" ]; then