Remove part of the error message (#1983)

This commit is contained in:
pakrym-oai
2025-08-07 19:01:53 -07:00
committed by GitHub
parent 52e12f2b6c
commit 431c9299d4

View File

@@ -70,9 +70,7 @@ pub enum CodexErr {
)] )]
UsageNotIncluded, UsageNotIncluded,
#[error( #[error("We're currently experiencing high demand, which may cause temporary errors.")]
"We're currently experiencing high demand, which may cause temporary errors. Were adding capacity in East and West Europe to restore normal service."
)]
InternalServerError, InternalServerError,
/// Retry limit exceeded. /// Retry limit exceeded.