We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3b809 commit b9d82e8Copy full SHA for b9d82e8
optillm/deepconf/processor.py
@@ -32,6 +32,7 @@
32
"max_tokens_per_trace": 4096, # Maximum tokens per individual trace
33
"temperature": 0.7, # Generation temperature
34
"confidence_metric": "average_confidence", # Metric for threshold calculation
35
+ "include_stats": False, # Include debugging statistics in response
36
}
37
38
class TraceResult:
0 commit comments