@kenkaiiii/gg-ai 5.51.4 → 5.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -194,7 +194,7 @@ function formatError(err) {
194
194
  provider: err.provider,
195
195
  statusCode: err.statusCode,
196
196
  ...err.requestId ? { requestId: err.requestId } : {},
197
- guidance: "Request access via your Anthropic account team (see platform.claude.com/docs/en/about-claude/models/overview), or switch to Claude Fable 5 via the model selector \u2014 same underlying model, generally available."
197
+ guidance: "Request access via your Anthropic account team (see platform.claude.com/docs/en/about-claude/models/overview), or switch to Claude Fable 5.1 via the model selector \u2014 same underlying model, generally available."
198
198
  };
199
199
  }
200
200
  if (isUsageLimitError(err)) {