o-on-x
o-on-x
character issues: need to have how the image gen is influenced by character file & user requests for now character file already influences if you directly mention about what images...
the line for catching the image is actually `if (attachment.url?.startsWith('data:image')) {`
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...
twitter cache pointing to current directory only rather than searching up till find
@sirkitree @monilpat i had added this as way to use ollama's embedding endpoints. issue is this switches the model loaded in ollama each time an embedding is needed. at the...