Skip to content

Commit

Permalink
Updated email note
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li committed Oct 8, 2023
1 parent da5fa57 commit bf1f00d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions daras_ai_v2/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,8 @@ def generate_credit_error_message(self, example_id, run_id, uid) -> str:
Doh! <a href="{account_url}" target="_top">Please login</a> to run more Gooey.AI workflows.
</p>
You’ll receive {settings.LOGIN_USER_FREE_CREDITS} Gooey.AI credits (for ~200 Runs)
unless you sign in with email (which gives {settings.EMAIL_USER_FREE_CREDITS} Gooey.AI credits).
You can <a href="/pricing/" target="_blank">purchase more</a> if you run out of credits.
You’ll receive {settings.LOGIN_USER_FREE_CREDITS} Credits when you sign up via your phone #, Google, Apple or GitHub account
and can <a href="/pricing/" target="_blank">purchase more</a> for $1/100 Credits.
"""
else:
# language=HTML
Expand Down

0 comments on commit bf1f00d

Please sign in to comment.