From 1baad927b1cbf2a379bdf7fd32f664993c518564 Mon Sep 17 00:00:00 2001 From: Christopher Creutzig <89011131+ccreutzi@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:39:24 +0100 Subject: [PATCH] Include new example in `texampleTests.m` --- tests/texampleTests.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/texampleTests.m b/tests/texampleTests.m index de184d3..a9864d1 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -105,6 +105,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~) RetrievalAugmentedGenerationUsingChatGPTandMATLAB; end + function testRetrievalAugmentedGenerationUsingOllamaAndMATLAB(~) + RetrievalAugmentedGenerationUsingOllamaAndMATLAB; + end + function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~) SummarizeLargeDocumentsUsingChatGPTandMATLAB; end