mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-20 15:13:44 +08:00
Refactored variable name from
DalleGenerationImageAmountRatios to DalleGenerationImageAmounts
This commit is contained in:
@@ -19,7 +19,7 @@ var DalleSizeRatios = map[string]map[string]float64{
|
||||
}
|
||||
|
||||
// Array in values, of maxmium and minimum
|
||||
var DalleGenerationImageAmountRatios = map[string][2]int{
|
||||
var DalleGenerationImageAmounts = map[string][2]int{
|
||||
"dall-e-2": {1, 10},
|
||||
"dall-e-3": {1, 1}, // OpenAI allows n=1 currently.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user