Skip to content

Commit 757f260

Browse files
committed
Add a streaming example for ollamaChat
1 parent b4eb44a commit 757f260

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Binary file not shown.

tests/texampleTests.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ function testProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode(~)
9797
ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode;
9898
end
9999

100+
function testProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode(~)
101+
ProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode;
102+
end
103+
100104
function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
101105
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
102106
end

0 commit comments

Comments
 (0)