forked from phoenix/litellm-mirror
fix model hub not loading
This commit is contained in:
parent
8987f16507
commit
490f5265ac
1 changed files with 1 additions and 0 deletions
|
@ -3618,6 +3618,7 @@ class Router:
|
|||
except Exception:
|
||||
model_info = None
|
||||
# get llm provider
|
||||
model, llm_provider = "", ""
|
||||
try:
|
||||
model, llm_provider, _, _ = litellm.get_llm_provider(
|
||||
model=litellm_params.model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue