We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
texampleTests.m
1 parent 1b5ac3e commit 1baad92Copy full SHA for 1baad92
tests/texampleTests.m
@@ -105,6 +105,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
105
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
106
end
107
108
+ function testRetrievalAugmentedGenerationUsingOllamaAndMATLAB(~)
109
+ RetrievalAugmentedGenerationUsingOllamaAndMATLAB;
110
+ end
111
+
112
function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~)
113
SummarizeLargeDocumentsUsingChatGPTandMATLAB;
114
0 commit comments