mirror of
https://github.com/openai/codex.git
synced 2026-05-05 22:01:37 +03:00
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:
@@ -9,6 +9,7 @@ use ts_rs::TS;
|
||||
pub enum PlanType {
|
||||
#[default]
|
||||
Free,
|
||||
Go,
|
||||
Plus,
|
||||
Pro,
|
||||
Team,
|
||||
|
||||
Reference in New Issue
Block a user