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
I use twitter and telegram and in Character "modelProvider": "heurist", "secrets": { "HEURIST_API_KEY": "xxx" }
},
I wrote "Generate an AI image from text: cats on street" and get only text "..."
But file uploaded and logs say same
Need add media upload to twitter and later to telegram. And implement Eliza's common agent function "processAttachments" for imageGenerationPlugin.
This agent has media upload
https://github.com/ai16z/agent-twitter-client
I use twitter and telegram and in Character "modelProvider": "heurist", "secrets": { "HEURIST_API_KEY": "xxx" }
},
I wrote "Generate an AI image from text: cats on street" and get only text "..."
But file uploaded and logs say same
Here we get attachments.
imageGenerationPlugin
https://github.com/ai16z/eliza/blob/622000ef19fc7805f1f8d3d86530d883353ac01f/packages/plugin-image-generation/src/index.ts#L200
Must be implemented function "processAttachments" for Twitter and Telegram.
https://github.com/ai16z/eliza/blob/main/docs/docs/packages/clients.md#message-handling
"processAttachments" implemented in Discord
https://github.com/ai16z/eliza/blob/622000ef19fc7805f1f8d3d86530d883353ac01f/packages/client-discord/src/attachments.ts#L67
And current agents may post only text, only Discord can images, audio and other
The text was updated successfully, but these errors were encountered: