Skip to content

Commit 1baad92

Browse files
committed
Include new example in texampleTests.m
1 parent 1b5ac3e commit 1baad92

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
@@ -105,6 +105,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
105105
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
106106
end
107107

108+
function testRetrievalAugmentedGenerationUsingOllamaAndMATLAB(~)
109+
RetrievalAugmentedGenerationUsingOllamaAndMATLAB;
110+
end
111+
108112
function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~)
109113
SummarizeLargeDocumentsUsingChatGPTandMATLAB;
110114
end

0 commit comments

Comments
 (0)