Closed dleen closed 3 months ago
AsyncImages.generate() got an unexpected keyword argument 'aws_region_name'
this looks like it's going to the wrong route. how're you calling litellm? @dleen
Calling via:
litellm.aimage_generation(model="dall-e-3", prompt="image of an image", aws_region_name="us-east-1")
For acompletion
it is able to ignore the aws_region_name
parameter successfully
What happened?
When using bedrock models with image generation the
aws_region_name
parameter (same as chat completion) is not recognized:Relevant log output
Twitter / LinkedIn details
No response