You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you Fabric team for this very awesome tool!
I am calling Fabric through REST API's /chat endpoint. I am able to pass along the User Input, Pattern, Model and even Context in JSON. But if I add the Attachment parameter i.e. "attachments": "https://example.com/image.png" it does not seem to recognize it. If I run it via CLI it can recognize the image file even via a URL. I even tried using a local file i.e. "attachments": "image.png" but no luck.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First off, thank you Fabric team for this very awesome tool!
I am calling Fabric through REST API's /chat endpoint. I am able to pass along the User Input, Pattern, Model and even Context in JSON. But if I add the Attachment parameter i.e. "attachments": "https://example.com/image.png" it does not seem to recognize it. If I run it via CLI it can recognize the image file even via a URL. I even tried using a local file i.e. "attachments": "image.png" but no luck.
Beta Was this translation helpful? Give feedback.
All reactions