bump: version 1.16.16 → 1.16.17

This commit is contained in:
Krrish Dholakia 2024-01-08 07:16:37 +05:30
parent d19f5d6455
commit 4c385a8cf5
2 changed files with 3 additions and 3 deletions

View file

@ -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]):