We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f180337 commit 7ef8d20Copy full SHA for 7ef8d20
1 file changed
llms/extensions/providers/openai.py
@@ -54,7 +54,7 @@ def aspect_ratio_to_size(self, aspect_ratio, model):
54
return "1024x1536"
55
return "1024x1024"
56
57
- async def to_response(self, response, chat, started_at):
+ async def to_response(self, response, chat, started_at, context=None):
58
# go through all image responses and save them to cache
59
# Try to extract and save images
60
images = []
0 commit comments