mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix(litellm/__init__.py): add provider_by_model dict
This commit is contained in:
parent
f3071161ad
commit
24164eccaa
1 changed files with 2 additions and 0 deletions
|
@ -811,6 +811,8 @@ models_by_provider: dict = {
|
|||
"fireworks_ai": fireworks_ai_models + fireworks_ai_embedding_models,
|
||||
}
|
||||
|
||||
provider_by_model = {} # This will initialized by get_provider_from_model()
|
||||
|
||||
# mapping for those models which have larger equivalents
|
||||
longer_context_model_fallback_dict: dict = {
|
||||
# openai chat completion models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue