- Issue created by @kevinquillen
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
We are doing some issue management housekeeping and adding/removing components.
We are removing the "Code" component and want people to categorize issues with the best module/submodule component.
Moving this issue to "...to be triaged" for further analysis.
See 📌 Update AI module project components Active for more details.
- Merge request !761Issue #3463843 by kevinquillen: Create plugins for interacting with multimedia in AI → (Open) created by riyas_nr
Created
Generate Image
CKEditor plugin.
Addedoperation_type
to the plugin definition and updated theAIWriter
JavaScript handler to handle image responses whenoperation_type = text_to_image
.This enables generating images from selected text via AI. Ready for review.
- 🇮🇳India anjaliprasannan
I have tested the fix.
The generate image plugin is available in AI Tools plugins and on enable it appears in ckeditor.
But when I select the text and use the generate image plugin in ai assistant, the text appears in selected text. On generate image button click image is not created and a console error is thrown. - 🇮🇳India anjaliprasannan
Discussed after discussing with @riyas_nr over slack and retesting the changes with OpenAI - dall-e-2 provider the image generation is done successfully. attaching the screenshot.