We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8952b4 commit 0b623f9Copy full SHA for 0b623f9
tests/texampleTests.m
@@ -57,10 +57,6 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
57
function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
58
AnalyzeSentimentinTextUsingChatGPTinJSONMode;
59
end
60
-
61
- function testUsingDALLEToEditImages(~)
62
- UsingDALLEToEditImages;
63
- end
64
65
66
@@ -69,4 +65,4 @@ function iCloseAll()
69
% Close all opened figures
70
allFig = findall(0, 'type', 'figure');
71
67
close(allFig)
72
-end
68
+end
0 commit comments