From c86d95c46b047c8803249ad1862a16d79799ef45 Mon Sep 17 00:00:00 2001 From: Zhang Minghan Date: Wed, 20 Dec 2023 22:13:57 +0800 Subject: [PATCH] fix --- auth/plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/plan.go b/auth/plan.go index 60f1d75..9837d15 100644 --- a/auth/plan.go +++ b/auth/plan.go @@ -57,7 +57,7 @@ var Plans = []Plan{ Level: 3, Price: 148, Usage: []PlanUsage{ - {Id: "gpt-4", Value: 100, Including: globals.IsGPT4NativeModel}, + {Id: "gpt-4", Value: 600, Including: globals.IsGPT4NativeModel}, {Id: "claude-100k", Value: 1200, Including: globals.IsClaude100KModel}, {Id: "midjourney", Value: 200, Including: globals.IsMidjourneyFastModel}, },