no overrides for model capabilities (for example image capability) #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
models can't be overridden with capabilities and that prevents selection of a model as image model if the actual provider doesn't list it as such. bDS2 has the ability to override settings for models for that reason.
Use my localhost endpoint for model endpoint: http://127.0.0.1:9000/v1 with api key "dummy" and when selecting any model, use the 9B qwen model which is tool calling and vision capable.
Fixed in commit
2d6fcaf. Online and local profiles now have explicit tool-calling and vision capability overrides. Discovered capabilities prefill the controls, while saved overrides take precedence at runtime.