mojuss commited on
Commit
0ac31a1
1 Parent(s): 7516733

Update app.py

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