mojuss commited on
Commit
b84784c
1 Parent(s): f52059d

Update app.py

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