Replies: 1 comment 1 reply
-
@rcapcap would you mind sharing an example of how at the CLI level you're able to attach an image and get a good response? I've tried the following and receive different types of responses, some errors and some hallucinations.
I've had success posting directly to my Ollama model instance, my OpenAI/GPT API endpoint+key and Perplexity.ai, but seem unable to navigate it via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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