This commit is contained in:
luijait 2025-05-23 10:03:49 +02:00
parent 8287bfec74
commit 384e8449b5
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class CostTracker:
# Check if this is a local/free model
model_str = model_name.lower()
is_local_model = (
"alias" not in model_str and
"alias" not in model_str and
"ollama" in model_str or
"qwen" in model_str or
"llama" in model_str or