add error messages for the go plan type (#10181)

Adds support for the Go plan type
Updates rate limit error messages to point to the usage page
This commit is contained in:
willwang-openai
2026-01-29 17:17:25 -08:00
committed by GitHub
parent 7151387474
commit a9cf449a80
5 changed files with 55 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ use ts_rs::TS;
pub enum PlanType {
#[default]
Free,
Go,
Plus,
Pro,
Team,