mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
bump model list fix
This commit is contained in:
parent
d53acc6c40
commit
c57bd311c3
2 changed files with 2 additions and 2 deletions
|
@ -1153,7 +1153,7 @@ def get_model_list():
|
||||||
# update model list
|
# update model list
|
||||||
model_list = data["model_list"]
|
model_list = data["model_list"]
|
||||||
return model_list
|
return model_list
|
||||||
return None # return None by default
|
return [] # return empty list by default
|
||||||
except:
|
except:
|
||||||
print_verbose(f"[Non-Blocking Error] get_all_keys error - {traceback.format_exc()}")
|
print_verbose(f"[Non-Blocking Error] get_all_keys error - {traceback.format_exc()}")
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.462"
|
version = "0.1.464"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue