From 7adac1c09c8b30d4ccdf86d8b445776066ee83c0 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 25 Jun 2023 12:07:42 +0800 Subject: [PATCH] chore: update default ratio for text-embedding-ada-002 --- common/model-ratio.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/model-ratio.go b/common/model-ratio.go index 3f9934a8..ece41ebd 100644 --- a/common/model-ratio.go +++ b/common/model-ratio.go @@ -31,7 +31,7 @@ var ModelRatio = map[string]float64{ "curie": 10, "babbage": 10, "ada": 10, - "text-embedding-ada-002": 0.2, + "text-embedding-ada-002": 0.05, "text-search-ada-doc-001": 10, "text-moderation-stable": 0.1, "text-moderation-latest": 0.1,