LouisLi commited on
Commit
7a54728
·
verified ·
1 Parent(s): af1dcec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-PwOxwVQCshTV2ZPrJK3FT3BlbkFJPJPHNwYbQuBjEA0HyDMN'
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: