From b116a2f748f671b896430f546b9ca9685666eb68 Mon Sep 17 00:00:00 2001 From: "baomi.wbm" Date: Mon, 13 Nov 2023 21:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20gpt-4-turbo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/model-ratio.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/model-ratio.go b/common/model-ratio.go index f52e1101..82d3aa57 100644 --- a/common/model-ratio.go +++ b/common/model-ratio.go @@ -19,6 +19,8 @@ var ModelRatio = map[string]float64{ "gpt-4-32k": 30, "gpt-4-32k-0314": 30, "gpt-4-32k-0613": 30, + "gpt-4-1106-preview": 5, + "gpt-4-1106-vision-preview": 5, "gpt-3.5-turbo": 0.75, // $0.0015 / 1K tokens "gpt-3.5-turbo-0301": 0.75, "gpt-3.5-turbo-0613": 0.75,