mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(bedrock_httpx.py): fix bedrock ptu model id str encoding
Fixes https://github.com/BerriAI/litellm/issues/3805
This commit is contained in:
parent
81ca145259
commit
d2e14ca833
3 changed files with 42 additions and 8 deletions
|
@ -2099,6 +2099,7 @@ def completion(
|
|||
extra_headers=extra_headers,
|
||||
timeout=timeout,
|
||||
acompletion=acompletion,
|
||||
client=client,
|
||||
)
|
||||
if optional_params.get("stream", False):
|
||||
## LOGGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue