Commit b14b4005 by JustSong

fix: fix the default ratio for text-embedding-ada-002

parent 8f64927a
...@@ -24,7 +24,7 @@ var ModelRatio = map[string]float64{ ...@@ -24,7 +24,7 @@ var ModelRatio = map[string]float64{
"curie": 10, "curie": 10,
"babbage": 10, "babbage": 10,
"ada": 10, "ada": 10,
"text-embedding-ada-002": 0.25, "text-embedding-ada-002": 0.2,
"text-search-ada-doc-001": 10, "text-search-ada-doc-001": 10,
"text-moderation-stable": 10, "text-moderation-stable": 10,
"text-moderation-latest": 10, "text-moderation-latest": 10,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment