chore(config): update default model to deepseek-v4-flash
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import type { Config } from "./types";
|
||||
const DEFAULT_CONFIG: Config = {
|
||||
apiKey: "",
|
||||
apiBase: "https://api.deepseek.com/v1",
|
||||
model: "deepseek-chat",
|
||||
model: "deepseek-v4-flash",
|
||||
maxTokens: 500,
|
||||
temperature: 0.7,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user