This commit is contained in:
2025-02-25 00:45:48 -08:00
parent 73df9af394
commit 2a2ceff819
2 changed files with 4 additions and 2 deletions

View File

@@ -23,7 +23,9 @@ return {
["o1-mini-2024-09-12"] = { opts = { can_reason = true } },
"claude-3.5-sonnet",
"claude-3.7-sonnet",
["claude-3.7-sonnet-thought"] = { opts = { can_reason = true } },
["claude-3.7-sonnet-thought"] = {
opts = { can_reason = true, thinking = { type = "inline" } },
},
"gpt-4o-2024-08-06",
"gemini-2.0-flash-001",
},