Is it possible to attach URL to chat?
-
I’m trying to make a more advanced AI chatbot. I wanted to give it the ability to look at and react to images, but I’m stuck on that.
This is the current code I have:
I have no idea if it works, as I’ve hit the LLM request limit and can’t test it.
I’ve seen the “attach files to chat,” but have no idea how to use it.Any help is appreciated.
-
Here is a short example where it downloads the image from the given URL to the sprite as a costume, then attaches that costume to the chat, and then it asks the LLM to describe this image.
play.creaticode.com/projects/684340d71c49cae4508fc1ff
Also, what error message are you getting when you say you have hit the LLM limit?
-
Thank you, that’s much better than what I have.
The error console panel gives me is:
[ERROR] (sprite): Daily limit reached for this block: LLM Chat Completion -
So you are hitting the daily limit for free users. It should reset tomorrow.