Skip to content

Commit

Permalink
Extra test and fix RetrievalAugmentedGenerationUsingChatGPTandMATLAB
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapanasta committed May 14, 2024
1 parent 4a55df7 commit 57741c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx
Binary file not shown.
4 changes: 4 additions & 0 deletions tests/texampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~)
function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~)
AnalyzeTextDataUsingParallelFunctionCallwithChatGPT;
end

function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
end
end

end
Expand Down

0 comments on commit 57741c2

Please sign in to comment.