Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -523,7 +523,7 @@ def validate_api_key(api_key):
|
|
523 |
|
524 |
|
525 |
def init_openai_api_key():
|
526 |
-
api_key = 'sk-proj-
|
527 |
text_refiner = None
|
528 |
visual_chatgpt = None
|
529 |
if api_key and len(api_key) > 30:
|
|
|
523 |
|
524 |
|
525 |
def init_openai_api_key():
|
526 |
+
api_key = 'sk-proj-bxHhgjZV8TVgd1IupZrUT3BlbkFJvrthq6zIxpZVk3vwsvJ9'
|
527 |
text_refiner = None
|
528 |
visual_chatgpt = None
|
529 |
if api_key and len(api_key) > 30:
|