feat: add retry logic to AI client and interactive unstaged file selector

This commit is contained in:
2026-06-09 17:13:34 +08:00
parent 9f33d0f2ed
commit de96c8862e
4 changed files with 242 additions and 68 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import type { Config } from "./types";
const DEFAULT_CONFIG: Config = {
apiKey: "",
apiBase: "https://api.openai.com/v1",
model: "gpt-4o",
apiBase: "https://api.deepseek.com/v1",
model: "deepseek-chat",
maxTokens: 500,
temperature: 0.7,
};