feat: 增加gpt-4.1

This commit is contained in:
suziheng
2025-04-23 10:27:45 +08:00
parent 9a7967e9bb
commit 93d54a7ef5
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ var modelRatioLock sync.RWMutex
var ModelRatio = map[string]float64{
// https://openai.com/pricing
"gpt-4": 15,
"gpt-4.1": 15,
"gpt-4-0314": 15,
"gpt-4-0613": 15,
"gpt-4-32k": 30,