mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-09 02:03:42 +08:00
chore: reorganize adaptor related package
This commit is contained in:
8
relay/adaptor/anthropic/constants.go
Normal file
8
relay/adaptor/anthropic/constants.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package anthropic
|
||||
|
||||
var ModelList = []string{
|
||||
"claude-instant-1.2", "claude-2.0", "claude-2.1",
|
||||
"claude-3-haiku-20240307",
|
||||
"claude-3-sonnet-20240229",
|
||||
"claude-3-opus-20240229",
|
||||
}
|
||||
Reference in New Issue
Block a user