mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
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
Reference in a new issue