File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 56
56
catalog(" llms:warningJsonInstruction" ) = " When using JSON mode, you must also prompt the model to produce JSON yourself via a system or user message." ;
57
57
catalog(" llms:apiReturnedError" ) = " OpenAI API Error: {1}" ;
58
58
catalog(" llms:dimensionsMustBeSmallerThan" ) = " Dimensions must be less than or equal to {1}." ;
59
- end
59
+ end
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~)
53
53
function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
54
54
RetrievalAugmentedGenerationUsingChatGPTandMATLAB ;
55
55
end
56
+
57
+ function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
58
+ AnalyzeSentimentinTextUsingChatGPTinJSONMode ;
59
+ end
56
60
end
57
61
58
62
end
@@ -61,4 +65,4 @@ function iCloseAll()
61
65
% Close all opened figures
62
66
allFig = findall(0 , ' type' , ' figure' );
63
67
close(allFig )
64
- end
68
+ end
You can’t perform that action at this time.
0 commit comments