matlab-deep-learning / llms-with-matlab

Connect MATLAB to LLM APIs, including OpenAI® Chat Completions, Azure® OpenAI Services, and Ollama™
Other
97 stars 21 forks source link

mustBeValidSize in openAIImages is unused #29

Closed vpapanasta closed 3 months ago

vpapanasta commented 4 months ago

mustBeValidSize in openAIImages is unused. Shall we use it in the argument validation of nvpSize which we do in generate, edit and createVariation methods?

If we should use it and at the moment Size validation is wrong, then this is a bug. Otherwise, I would categorize it as an enhancement.

ccreutzi commented 3 months ago

The size validation did happen later. I'll remove the bug label.