Skip to content

Commit

Permalink
Add a streaming example for ollamaChat
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed Jun 21, 2024
1 parent b4eb44a commit 757f260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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 @@ -97,6 +97,10 @@ function testProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode(~)
ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode;
end

function testProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode(~)
ProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode;
end

function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
end
Expand Down

0 comments on commit 757f260

Please sign in to comment.