Skip to content

Commit 0d3f92e

Browse files
committed
Remove stray exclamation mark
This was causing a cmd shell to be opened on Windows for every call to `azureChat.generate`. Harmless, but annoying, and unplanned.
1 parent a981b5a commit 0d3f92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
if ~isempty(this.SystemPrompt)
265265
messagesStruct = horzcat(this.SystemPrompt, messagesStruct);
266266
end
267-
!
267+
268268
if isfield(nvp,"StreamFun")
269269
streamFun = nvp.StreamFun;
270270
else

0 commit comments

Comments
 (0)