mirror of https://github.com/aliasrobotics/cai.git
typo
This commit is contained in:
parent
d668ff09ed
commit
2936875ec6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue