feat: add claude code channel
This commit is contained in:
15
relay/channel/claude_code/constants.go
Normal file
15
relay/channel/claude_code/constants.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package claude_code
|
||||
|
||||
var ModelList = []string{
|
||||
"claude-3-5-haiku-20241022",
|
||||
"claude-3-5-sonnet-20240620",
|
||||
"claude-3-5-sonnet-20241022",
|
||||
"claude-3-7-sonnet-20250219",
|
||||
"claude-3-7-sonnet-20250219-thinking",
|
||||
"claude-sonnet-4-20250514",
|
||||
"claude-sonnet-4-20250514-thinking",
|
||||
"claude-opus-4-20250514",
|
||||
"claude-opus-4-20250514-thinking",
|
||||
}
|
||||
|
||||
var ChannelName = "claude_code"
|
||||
Reference in New Issue
Block a user