You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": "Hello \ud83d\udc4b, How may I help you?"
},
{
"role": "user",
"content": "prompt",
"image_files": [
"filename.png",
"filename2.png"
],
"images": [
"base64_encoded_image1",
"base64_encoded_image2"
]
},
{
"important": "image_files (which is image file names) should not be passed to the LLM, only base_64 images should be passed, but due to limitation of the current implementation, image_files is also passed to the LLM, which should be ignored by the LLM as image_files is not a valid key for the LLM"