feat:Add 3 new LLM providers and optimize the readme.

This commit is contained in:
2026-01-30 16:47:19 +08:00
parent f610c0af8b
commit 2a57946421
13 changed files with 1483 additions and 377 deletions

View File

@@ -9,7 +9,7 @@ fn test_cli_help() {
cmd.arg("--help");
cmd.assert()
.success()
.stdout(predicate::str::contains("QuicCommit"));
.stdout(predicate::str::contains("QuiCommit"));
}
#[test]