We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31255df commit 73aed72Copy full SHA for 73aed72
1 file changed
perplexity_ollama.go
@@ -17,9 +17,9 @@ import (
17
//
18
// It is NOT wired in by default: WithPerplexityGuided / CompressPerplexityGuided
19
// 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.
+// passed. It compiles and degrades gracefully; real per-token logprob extraction
+// is pending Ollama API stabilisation — the /api/generate response shape for
+// logprobs varies by version.
23
24
// Example (once implemented):
25
0 commit comments