Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Oct 18, 2024
1 parent ef29faa commit f91bc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatsky/utils/db_benchmark/basic_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def context_updater(self, context: Context) -> Optional[Context]:
),
"default": BasicBenchmarkConfig(),
"large-misc-long-dialog": BasicBenchmarkConfig(
from_dialog_len=50,
from_dialog_len=50,
to_dialog_len=75,
message_dimensions=(3, 5, 6, 5, 3),
misc_dimensions=(2, 4, 3, 8, 100),
Expand Down

0 comments on commit f91bc0e

Please sign in to comment.