Skip to content

Commit 57741c2

Browse files
committed
Extra test and fix RetrievalAugmentedGenerationUsingChatGPTandMATLAB
1 parent 4a55df7 commit 57741c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Binary file not shown.

tests/texampleTests.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~)
4343
function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~)
4444
AnalyzeTextDataUsingParallelFunctionCallwithChatGPT;
4545
end
46+
47+
function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
48+
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
49+
end
4650
end
4751

4852
end

0 commit comments

Comments
 (0)