Skip to content

Commit 113d958

Browse files
committed
remove redundancy
1 parent 8d440f7 commit 113d958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/llm/src/preprocessor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ impl OpenAIPreprocessor {
290290
let llm_metrics = LLMMetricAnnotation {
291291
input_tokens: isl,
292292
output_tokens: current_osl,
293-
chunk_tokens: chunk_tokens,
293+
chunk_tokens,
294294
};
295295

296296
if let Ok(metrics_annotated) = llm_metrics.to_annotation::<()>() {

0 commit comments

Comments
 (0)