use cost per token for jamba

This commit is contained in:
Ishaan Jaff 2024-08-27 14:18:04 -07:00
parent 5bfacce548
commit 3c8a19e343

View file

@ -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"