Skip to content

Commit

Permalink
Update texampleTests.m
Browse files Browse the repository at this point in the history
add testUsingDALLEToEditImages
  • Loading branch information
vpapanasta committed May 21, 2024
1 parent 1365049 commit 0a3aeb9
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 @@ -53,6 +53,10 @@ function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~)
function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
end

function testUsingDALLEToEditImages(~)
UsingDALLEToEditImages;
end
end

end
Expand Down

0 comments on commit 0a3aeb9

Please sign in to comment.