Open NightMachinery opened 1 week ago
From #593:
I added custom gpt-4o azure model through
extra-openai-models.yaml
and Api proxy config is- model_id: 4o-azure model_name: azure-gpt4o api_base: "http://10.41.9.156:4000/" api_key_name: azure-gpt4o
then command returns
"describe this image" \ -a IMG_20240908_161441.jpg Error: This model does not support attachments, but some were provided
Is there option to extra models that indicate model supports attachments or any other function?
In
~/Library/Application Support/io.datasette.llm/extra-openai-models.yaml
, I have this:When I try to use
-a some_image.png
, I get:PS: It works with
gemini-1.5-pro-latest
accessed directly from Google. The problem is probably with the OpenRouter indirection.