mirror of
https://github.com/coaidev/coai.git
synced 2025-05-21 05:50:14 +09:00
fix
This commit is contained in:
parent
a1b6af11fb
commit
c86d95c46b
@ -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},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user