feat: add retry logic to AI client and interactive unstaged file selector
This commit is contained in:
+2
-2
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user