Skip to content

Commit 8850ea5

Browse files
authored
Add test for UsingDALLEToEditImages
1 parent bebf8b2 commit 8850ea5

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
@@ -57,6 +57,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
5757
function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
5858
AnalyzeSentimentinTextUsingChatGPTinJSONMode;
5959
end
60+
61+
function testUsingDALLEToEditImages(~)
62+
UsingDALLEToEditImages;
63+
end
6064
end
6165

6266
end

0 commit comments

Comments
 (0)