refactor: remove LLM from online decisions
This commit is contained in:
@@ -89,7 +89,6 @@ def _add_token(tokens: list[str], token: str | None) -> None:
|
||||
|
||||
|
||||
def ensure_tokens(args: argparse.Namespace) -> None:
|
||||
ensure_dashscope_key()
|
||||
primary_key_path = Path(getattr(args, "key_path", DEFAULT_KEY_PATH))
|
||||
supplemental_key_path = primary_key_path.with_name(DEFAULT_KEYS_PATH.name)
|
||||
if not primary_key_path.exists():
|
||||
|
||||
Reference in New Issue
Block a user