Merge pull request #247 from MapleEve/gpt4o

Support Gpt4o
This commit is contained in:
Calcium-Ion
2024-05-14 11:36:59 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ var DefaultModelRatio = map[string]float64{
"gpt-4o": 2.5, // $0.01 / 1K tokens
"gpt-4o-2024-05-13": 2.5, // $0.01 / 1K tokens
"gpt-4-turbo": 5, // $0.01 / 1K tokens
"gpt-4o": 0.25, // $0.0015 / 1K tokens
"gpt-4-turbo-2024-04-09": 5, // $0.01 / 1K tokens
"gpt-3.5-turbo": 0.25, // $0.0015 / 1K tokens
//"gpt-3.5-turbo-0301": 0.75, //deprecated