Skip to content

Commit 4fb866c

Browse files
committed
clean up comments
1 parent 348fb67 commit 4fb866c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

+llms/+internal/callOllamaChatAPI.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
nvp.StreamFun
4040
end
4141

42-
URL = "http://localhost:11434/api/chat"; % TODO: model parameter
42+
URL = "http://localhost:11434/api/chat";
4343

4444
% The JSON for StopSequences must have an array, and cannot say "stop": "foo".
4545
% The easiest way to ensure that is to never pass in a scalar …

ollamaChat.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
%
6262
% SystemPrompt - System prompt.
6363

64-
% Ollama model properties not exposed:
65-
% repeat_last_n, repeat_penalty - could not find an example where they made a difference
66-
% mirostat, mirostat_eta, mirostat_tau - looking for the best API design
67-
68-
6964
% Copyright 2024 The MathWorks, Inc.
7065

7166
properties

0 commit comments

Comments
 (0)