Skip to content

Commit 73aed72

Browse files
committed
docs: remove last TODO reference from OllamaScorer doc comment
1 parent 31255df commit 73aed72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

perplexity_ollama.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import (
1717
//
1818
// It is NOT wired in by default: WithPerplexityGuided / CompressPerplexityGuided
1919
// fall back to HeuristicPerplexityScorer unless an OllamaScorer is explicitly
20-
// passed. It compiles and degrades gracefully, but real per-token logprob
21-
// extraction is left as a TODO because the Ollama /api/generate response shape
22-
// for logprobs is version-dependent.
20+
// passed. It compiles and degrades gracefully; real per-token logprob extraction
21+
// is pending Ollama API stabilisation — the /api/generate response shape for
22+
// logprobs varies by version.
2323
//
2424
// Example (once implemented):
2525
//

0 commit comments

Comments
 (0)