Skip to content

Commit 786e854

Browse files
fix(ci): use google/gemini-2.5-flash
1 parent c2a1d44 commit 786e854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate/migrate-bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function convertToMDX(html, title, url) {
7575
"X-Title": "CppDoc Migration Bot",
7676
},
7777
body: JSON.stringify({
78-
model: "deepseek/deepseek-v3.2",
78+
model: "google/gemini-2.5-flash",
7979
messages: [
8080
{ role: "system", content: prompt },
8181
{

0 commit comments

Comments
 (0)