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 5656catalog(" llms:warningJsonInstruction" ) = " When using JSON mode, you must also prompt the model to produce JSON yourself via a system or user message." ;
5757catalog(" llms:apiReturnedError" ) = " OpenAI API Error: {1}" ;
5858catalog(" 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(~)
5353 function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
5454 RetrievalAugmentedGenerationUsingChatGPTandMATLAB ;
5555 end
56+
57+ function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
58+ AnalyzeSentimentinTextUsingChatGPTinJSONMode ;
59+ end
5660 end
5761
5862end
@@ -61,4 +65,4 @@ function iCloseAll()
6165% Close all opened figures
6266allFig = findall(0 , ' type' , ' figure' );
6367close(allFig )
64- end
68+ end
You can’t perform that action at this time.
0 commit comments