Skip to content

Commit

Permalink
Add test for UsingDALLEToEditImages
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapanasta authored Jun 6, 2024
1 parent bebf8b2 commit 8850ea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/texampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
AnalyzeSentimentinTextUsingChatGPTinJSONMode;
end

function testUsingDALLEToEditImages(~)
UsingDALLEToEditImages;
end
end

end
Expand Down

0 comments on commit 8850ea5

Please sign in to comment.