- Issue created by @marcus_johansson
- First commit to issue fork.
- 🇬🇧United Kingdom MrDaleSmith
I'm not 100% on how the model form gets built, but the only mention of response_format having a default setting I can find is in definitions/api_defaults.yml where it looks to me like it is already set to a default of url.
If I'm wrong about that, can you indicate where you're expecting to see a change? I see the field isn't marked as required so are you instead wanting to make it required so that a value MUSt be set?
- 🇩🇪Germany marcus_johansson
So the default values is whenever this gets exposed as a form, not values that we send in as default when nothing is set.
I'm not sure if this is fundementally wrong though in the AI module that it works like this, since surprises like this can happen then. But on the other hand you should be able to call the provider without any configurations.
The reason I saw it, is that if you use Automators for instance and set "default text-to-image model", it will not show the configuration form and thus not set the values outlined in the schema file. This fails with OpenAI now.
- Merge request !16Switch if statement so fallback is always url. #3501326 → (Merged) created by MrDaleSmith
- 🇬🇧United Kingdom MrDaleSmith
- 🇩🇪Germany marcus_johansson
Yup, tested and working - getting merged. Thank you!
- f3e1b7c4 committed on 1.0.x
Switch if statement so fallback is always url. #3501326
- f3e1b7c4 committed on 1.0.x