Skip to content

Commit b9d82e8

Browse files
committed
Update processor.py
1 parent 2b3b809 commit b9d82e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optillm/deepconf/processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"max_tokens_per_trace": 4096, # Maximum tokens per individual trace
3333
"temperature": 0.7, # Generation temperature
3434
"confidence_metric": "average_confidence", # Metric for threshold calculation
35+
"include_stats": False, # Include debugging statistics in response
3536
}
3637

3738
class TraceResult:

0 commit comments

Comments
 (0)