cxumol commited on
Commit
df3485e
·
unverified ·
1 Parent(s): 2948d70

Update error message

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -75,7 +75,7 @@ def set_same_cheap_strong(
75
 
76
  def check_API_Key_provision(cheap_key, strong_key):
77
  if not cheap_key or not strong_key:
78
- raise ValueError("API Key is not provided. You can get one from https://beta.openai.com/account/api-keys. Please read the in-App guide carefully before you start.")
79
 
80
  ## Main Functions
81
 
 
75
 
76
  def check_API_Key_provision(cheap_key, strong_key):
77
  if not cheap_key or not strong_key:
78
+ raise ValueError("Please set your API Key before you start. You can get one from https://beta.openai.com/account/api-keys. Please read the in-App guide carefully.")
79
 
80
  ## Main Functions
81