Skip to content

Commit

Permalink
Include new example in texampleTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed Jun 25, 2024
1 parent 1b5ac3e commit 1baad92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/texampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
end

function testRetrievalAugmentedGenerationUsingOllamaAndMATLAB(~)
RetrievalAugmentedGenerationUsingOllamaAndMATLAB;
end

function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~)
SummarizeLargeDocumentsUsingChatGPTandMATLAB;
end
Expand Down

0 comments on commit 1baad92

Please sign in to comment.