Merge pull request #4054 from BerriAI/litellm_aws_kms_support

feat(aws_secret_manager.py): Support AWS KMS for Master Key encrption
This commit is contained in:
Krish Dholakia 2024-06-07 08:49:25 -07:00 committed by GitHub
commit 2c70e55f77
8 changed files with 94 additions and 11 deletions

View file

@ -2539,6 +2539,7 @@ def test_replicate_custom_prompt_dict():
"content": "what is yc write 1 paragraph",
}
],
mock_response="Hello world",
mock_response="hello world",
repetition_penalty=0.1,
num_retries=3,