Skip to content

Commit 7ef8d20

Browse files
committed
fix openai
1 parent f180337 commit 7ef8d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llms/extensions/providers/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def aspect_ratio_to_size(self, aspect_ratio, model):
5454
return "1024x1536"
5555
return "1024x1024"
5656

57-
async def to_response(self, response, chat, started_at):
57+
async def to_response(self, response, chat, started_at, context=None):
5858
# go through all image responses and save them to cache
5959
# Try to extract and save images
6060
images = []

0 commit comments

Comments
 (0)