realcoloride / node_characterai

Unofficial Character AI wrapper for node.
https://beta.character.ai/
346 stars 71 forks source link

is there a way to get the generated image from the ai? #170

Closed SyuQyu closed 5 months ago

SyuQyu commented 5 months ago

const response = await chat.sendAndAwaitResponse(content, true); when im using this the response is only the text and dont have the image

realcoloride commented 5 months ago

Use chat.generateImage and message.imageRelativePath.