enable token usage by default (#2841)

This commit is contained in:
YuJitang
2026-05-10 22:00:57 +08:00
committed by GitHub
parent dfa4eb0c1a
commit 5127f08e1a
7 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ log_level: info
# When enabled, DeerFlow records input/output/total tokens per model call
# and shows usage metadata in the workspace UI when providers return it.
token_usage:
enabled: false
enabled: true
# ============================================================================
# Models Configuration