mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #1429 from dleen/data
[bug] unbound variable in bedrock
This commit is contained in:
commit
554080804f
1 changed files with 2 additions and 0 deletions
|
|
@ -498,6 +498,8 @@ def completion(
|
|||
"textGenerationConfig": inference_params,
|
||||
}
|
||||
)
|
||||
else:
|
||||
data = json.dumps({})
|
||||
|
||||
## COMPLETION CALL
|
||||
accept = "application/json"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue