diff --git a/codex-rs/core/src/error.rs b/codex-rs/core/src/error.rs index 7d6dc2cc..db2e6be7 100644 --- a/codex-rs/core/src/error.rs +++ b/codex-rs/core/src/error.rs @@ -70,9 +70,7 @@ pub enum CodexErr { )] UsageNotIncluded, - #[error( - "We're currently experiencing high demand, which may cause temporary errors. We’re adding capacity in East and West Europe to restore normal service." - )] + #[error("We're currently experiencing high demand, which may cause temporary errors.")] InternalServerError, /// Retry limit exceeded.