forked from phoenix/litellm-mirror
fix(__init__.py): update init
This commit is contained in:
parent
7df94100e8
commit
ae693424e4
1 changed files with 3 additions and 0 deletions
|
@ -400,6 +400,9 @@ for key, value in model_cost.items():
|
||||||
elif value.get("litellm_provider") == "vertex_ai-anthropic_models":
|
elif value.get("litellm_provider") == "vertex_ai-anthropic_models":
|
||||||
key = key.replace("vertex_ai/", "")
|
key = key.replace("vertex_ai/", "")
|
||||||
vertex_anthropic_models.append(key)
|
vertex_anthropic_models.append(key)
|
||||||
|
elif value.get("litellm_provider") == "vertex_ai-llama_models":
|
||||||
|
key = key.replace("vertex_ai/", "")
|
||||||
|
vertex_llama3_models.append(key)
|
||||||
elif value.get("litellm_provider") == "ai21":
|
elif value.get("litellm_provider") == "ai21":
|
||||||
ai21_models.append(key)
|
ai21_models.append(key)
|
||||||
elif value.get("litellm_provider") == "nlp_cloud":
|
elif value.get("litellm_provider") == "nlp_cloud":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue