-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make image generation very nice and spicy #158
Comments
character issues: for now character file already influences if you directly mention about what images it posts & how often in the style part of character file upload issues: current image post working changes I'm using for discord (telegram is similar need to find where i put that code) : `
` in src/clients/discord/attachments.ts/class AttachmentManager: `
} |
the line for catching the image is actually |
issues with image gen handling this way effect handling of text attachments. solution will be to have image gen save and return file path not a base64 string. then to have action handled ACTION = "IMAGE GEN" |
@o-on-x has offered to work on this for their own agent
The text was updated successfully, but these errors were encountered: