Skip to content

Commit f20d3ba

Browse files
authored
Add testAnalyzeSentimentinTextUsingChatGPTinJSONMode
1 parent 05ac9a9 commit f20d3ba

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
@@ -53,6 +53,10 @@ function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~)
5353
function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
5454
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
5555
end
56+
57+
function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
58+
AnalyzeSentimentinTextUsingChatGPTinJSONMode;
59+
end
5660
end
5761

5862
end

0 commit comments

Comments
 (0)