feat: initial support of Dall-E

This commit is contained in:
ckt1031
2023-07-09 19:15:15 +08:00
parent 6215d2e71c
commit d61dc4a9ca
6 changed files with 185 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ var ModelRatio = map[string]float64{
"text-search-ada-doc-001": 10,
"text-moderation-stable": 0.1,
"text-moderation-latest": 0.1,
"dall-e": 8,
}
func ModelRatio2JSONString() string {