zsviczian / obsidian-excalidraw-plugin

A plugin to edit and view Excalidraw drawings in Obsidian
3.67k stars 202 forks source link

Update ExcaliAI.md to fix incorrect request json for openai api #1859

Open Saik0s opened 4 days ago

Saik0s commented 4 days ago

Right now I am getting this error when trying to use ExcaliAI when an image is selected.

This PR updates request json from {image: imageDataURL} to {image: {url: imageDataURL}}