Skip to content

Commit 0a3aeb9

Browse files
committed
Update texampleTests.m
add testUsingDALLEToEditImages
1 parent 1365049 commit 0a3aeb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/texampleTests.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~)
5353
function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
5454
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
5555
end
56+
57+
function testUsingDALLEToEditImages(~)
58+
UsingDALLEToEditImages;
59+
end
5660
end
5761

5862
end

0 commit comments

Comments
 (0)