forked from phoenix/litellm-mirror
use cost per token for jamba
This commit is contained in:
parent
5bfacce548
commit
3c8a19e343
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ def cost_router(
|
|||
"claude" in model
|
||||
or "llama" in model
|
||||
or "mistral" in model
|
||||
or "jamba" in model
|
||||
or "codestral" in model
|
||||
):
|
||||
return "cost_per_token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue