Settle the coding by a majority of three runs instead of an arbitration
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,6 @@ from types import ModuleType
|
||||
from .commands import (
|
||||
build_db_command,
|
||||
cluster_keywords_command,
|
||||
compare_codings_command,
|
||||
export_llm_input_command,
|
||||
fetch_artists_command,
|
||||
fetch_lyrics_command,
|
||||
@@ -31,7 +30,6 @@ MODULE_PROG: str = "python -m pop_fem_audit_tools"
|
||||
SUBCOMMANDS: dict[str, Callable[[list[str] | None], int]] = {
|
||||
"build-db": build_db_command,
|
||||
"cluster-keywords": cluster_keywords_command,
|
||||
"compare-codings": compare_codings_command,
|
||||
"export-llm-input": export_llm_input_command,
|
||||
"fetch-artists": fetch_artists_command,
|
||||
"fetch-lyrics": fetch_lyrics_command,
|
||||
|
||||
Reference in New Issue
Block a user