Skip to content

[Bug]: Using the dall-e 3 notebook example code, the request data is too large. #1087

@deerleo

Description

@deerleo

Describe the bug

I tried to integrate the dalle-3 example code to my groupchat bot, (https://github.com/microsoft/autogen/blob/main/notebook/agentchat_dalle_and_gpt4v.ipynb),
but after the dalle agent replied with img data in base64 format, the next request encounter an error sad request data too large.
I think it's because the autogen push the reply data of base64 img to message list, in the next request, there will be a large request body.

How to exclude some message or truncate it in the group chat?

autogen-dalle-error

Steps to reproduce

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions