mojuss commited on
Commit
68203ca
·
verified ·
1 Parent(s): 0eca70f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import openai
7
  from gradio.themes.utils import colors, fonts, sizes
8
 
9
- os.environ['OPENAI_API_KEY'] = api_key
10
 
11
  messages = [
12
  {"role": "system", "content": "follow the 4 instructions below for your outputs:"},
 
6
  import openai
7
  from gradio.themes.utils import colors, fonts, sizes
8
 
9
+ #os.environ['OPENAI_API_KEY'] = api_key
10
 
11
  messages = [
12
  {"role": "system", "content": "follow the 4 instructions below for your outputs:"},