#blindsoft — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #blindsoft, aggregated by home.social.
-
for all #blind users who use @cubic's veescribe, it is currently down. he pushed an update earlier this afternoon, and now it is acting all haywire. note: it is not down in its status, it is down as in it cannot connect to the Gemini API which is either to do with the key itself, or the fact he tried modifying things. for the blindsoft discord server, there is a backup called Ali images debug, normally utilized for debugging purposes, which is now handling as a backup for the bot. I am deploying this bot to the g4p VPS now. note: eleven soft Ali images is still working fine. if anyone receives any problematic errors, please contact me directly. #discord #bot #python #blind #blindsoft #seediffusion @cubic
-
for people wondering, there is a reason why #blindsoft image describer (both python and js) barely use embeds for text. the reason is that if you have a tts bot that you need to read text especially from bots, it will not be able to collect embed messages because TTS bots do not read json formatted embed text. at least, most tts bots, on voice channels. also, when i'm reading an image description, I do not want to have to go and constantly scroll through embeds to find what im' looking for. I want to be able to just have it ready. plus, I already get complaints that the image descriptions look like long paged essays, I wouldn't want users to complain more. note: I will be working on a future implementation of @alexchapman's galacticord to see if I can get it to read json formatted embed text, though I am currently not sure how possible or impossible it will be