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 05ac9a9 commit f20d3baCopy full SHA for f20d3ba
tests/texampleTests.m
@@ -53,6 +53,10 @@ function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~)
53
function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
54
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
55
end
56
+
57
+ function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
58
+ AnalyzeSentimentinTextUsingChatGPTinJSONMode;
59
+ end
60
61
62
0 commit comments