Bonjour, je suis bloqué sur un soucis
J’ai configuré un prompt open Ai GPT 40 via mon api conector bubble. L’ia analyse très bien ma donne textuelle mais par contre quand je télécharge une image elle ne l’analyse pas du tout
Quelqu’un pourrait il m’aider .
B
I’ve handled AI image analysis in Bubble by saving the image URL after the API response, then displaying it in an Image element using dynamic data. If you’re not seeing anything load, double-check privacy rules and make sure the URL is accessible. Also, parse the JSON response carefully—some APIs return base64 instead of a direct URL, which needs a different display method.
1 Like