Lastest change
This commit is contained in:
@@ -26,7 +26,7 @@ export function ChatErrorBox({
|
||||
href="https://dyad.sh/pro?utm_source=dyad-app&utm_medium=app&utm_campaign=free-quota-error"
|
||||
variant="primary"
|
||||
>
|
||||
Access with Dyad Pro
|
||||
Access with MoreMinimore Pro
|
||||
</ExternalLink>
|
||||
</span>{" "}
|
||||
or switch to another model.
|
||||
@@ -37,9 +37,9 @@ export function ChatErrorBox({
|
||||
// Important, this needs to come after the "free quota tier" check
|
||||
// because it also includes this URL in the error message
|
||||
//
|
||||
// Sometimes Dyad Pro can return rate limit errors and we do not want to
|
||||
// show the upgrade to Dyad Pro link in that case because they are
|
||||
// already on the Dyad Pro plan.
|
||||
// Sometimes MoreMinimore Pro can return rate limit errors and we do not want to
|
||||
// show the upgrade to MoreMinimore Pro link in that case because they are
|
||||
// already on the MoreMinimore Pro plan.
|
||||
if (
|
||||
!isDyadProEnabled &&
|
||||
(error.includes("Resource has been exhausted") ||
|
||||
@@ -54,7 +54,7 @@ export function ChatErrorBox({
|
||||
href="https://dyad.sh/pro?utm_source=dyad-app&utm_medium=app&utm_campaign=rate-limit-error"
|
||||
variant="primary"
|
||||
>
|
||||
Upgrade to Dyad Pro
|
||||
Upgrade to MoreMinimore Pro
|
||||
</ExternalLink>
|
||||
|
||||
<ExternalLink href="https://dyad.sh/docs/help/ai-rate-limit">
|
||||
@@ -69,12 +69,12 @@ export function ChatErrorBox({
|
||||
return (
|
||||
<ChatInfoContainer onDismiss={onDismiss}>
|
||||
<span>
|
||||
Looks like you don't have a valid Dyad Pro key.{" "}
|
||||
Looks like you don't have a valid MoreMinimore Pro key.{" "}
|
||||
<ExternalLink
|
||||
href="https://dyad.sh/pro?utm_source=dyad-app&utm_medium=app&utm_campaign=invalid-pro-key-error"
|
||||
variant="primary"
|
||||
>
|
||||
Upgrade to Dyad Pro
|
||||
Upgrade to MoreMinimore Pro
|
||||
</ExternalLink>{" "}
|
||||
today.
|
||||
</span>
|
||||
@@ -85,7 +85,7 @@ export function ChatErrorBox({
|
||||
return (
|
||||
<ChatInfoContainer onDismiss={onDismiss}>
|
||||
<span>
|
||||
You have used all of your Dyad AI credits this month.{" "}
|
||||
You have used all of your MoreMinimore AI credits this month.{" "}
|
||||
<ExternalLink
|
||||
href="https://academy.dyad.sh/subscription?utm_source=dyad-app&utm_medium=app&utm_campaign=exceeded-budget-error"
|
||||
variant="primary"
|
||||
@@ -117,7 +117,7 @@ export function ChatErrorBox({
|
||||
href="https://dyad.sh/pro?utm_source=dyad-app&utm_medium=app&utm_campaign=general-error"
|
||||
variant="primary"
|
||||
>
|
||||
Upgrade to Dyad Pro
|
||||
Upgrade to MoreMinimore Pro
|
||||
</ExternalLink>
|
||||
)}
|
||||
<ExternalLink href="https://www.dyad.sh/docs/faq">
|
||||
|
||||
Reference in New Issue
Block a user