feat: Add Claude 3.7 Sonnet thinking mode support

This commit is contained in:
MartialBE
2025-02-25 14:10:43 +08:00
parent 92918e3751
commit 4f212be45c
4 changed files with 139 additions and 92 deletions

View File

@@ -12,6 +12,7 @@ var ModelList = []string{
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-20241022",
"claude-3-7-sonnet-20250219",
"claude-3-7-sonnet-20250219-thinking",
}
var ChannelName = "claude"