Spaces:
Sleeping
Sleeping
cxumol
commited on
Update error message
Browse files- 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
|
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 |
|