fix(bedrock_httpx.py): fix bedrock ptu model id str encoding

Fixes https://github.com/BerriAI/litellm/issues/3805
This commit is contained in:
Krrish Dholakia 2024-05-25 10:53:27 -07:00
parent e187cbdd51
commit 68a8b23b59
3 changed files with 42 additions and 8 deletions

View file

@ -2099,6 +2099,7 @@ def completion(
extra_headers=extra_headers,
timeout=timeout,
acompletion=acompletion,
client=client,
)
if optional_params.get("stream", False):
## LOGGING