diff --git a/tests/texampleTests.m b/tests/texampleTests.m index 6a07a3a..86ac39b 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -53,6 +53,10 @@ function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~) function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~) RetrievalAugmentedGenerationUsingChatGPTandMATLAB; end + + function testUsingDALLEToEditImages(~) + UsingDALLEToEditImages; + end end end