- Issue created by @wouters_f
- First commit to issue fork.
- 🇧🇪Belgium wouters_f Leuven
it should be "dall-e-3" and even better it should be configurable
- 🇵🇹Portugal developer-rocha
I did a update in the solution.
I added functionality to pass the value of `$model` from the ckeditor form submission to the Controller method. This involved modifying the controller method `getimage()` to accept the additional parameter `$model`and updating the call to the `getImage()` method in the `GetAIImage` service to include the `$model` parameter. Additionally, I ensured that the value of `$model` is present in the data received by the endpoint that calls the `getimage()` method. - 🇵🇹Portugal developer-rocha
I have corrected an error in the fetchmodels function. First we have to confirm that there is an OpenAi Secret Key configured.
- Status changed to Needs review
2 months ago 12:14pm 20 September 2024 - 🇮🇳India medha kumari Jaipur
I successfully applied patch #6, and it worked for me. See the attached image for reference. Please review it.