mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
bump: version 1.16.16 → 1.16.17
This commit is contained in:
parent
d19f5d6455
commit
4c385a8cf5
2 changed files with 3 additions and 3 deletions
|
@ -4120,7 +4120,7 @@ def get_llm_provider(
|
|||
)
|
||||
return model, custom_llm_provider, dynamic_api_key, api_base
|
||||
except Exception as e:
|
||||
raise e
|
||||
raise Exception(f"GetLLMProvider Exception - {str(e)}\n\noriginal model: {model}")
|
||||
|
||||
|
||||
def get_api_key(llm_provider: str, dynamic_api_key: Optional[str]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue