Replies: 1 comment 1 reply
-
The issue you're encountering with the To address this, ensure the following:
If after checking these points you still face issues, providing more details about the error, such as the full error message and stack trace, could be crucial for further diagnosis. This additional context can help in pinpointing the exact cause of the problem and finding a solution. Sources
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
What can I do in order to resolve the issue when calling the chain, on a message with image?
const imageMessage = new HumanMessage({
content: [
{ type: "text", text: question },
{ type: 'image_url', image_url: { url:
data:image/jpeg;base64,${imageBuffer.toString('base64')}
} }],
});
Beta Was this translation helpful? Give feedback.
All reactions