Spaces:
Sleeping
Sleeping
Commit
·
454d68d
1
Parent(s):
0693b35
Remove my API key (#2)
Browse files- Remove my API key (c26a0dc6b13e60a58306dff16665c44976d39f28)
Co-authored-by: Michael Wornow <[email protected]>
app.py
CHANGED
@@ -12,7 +12,6 @@ st.markdown("""
|
|
12 |
, unsafe_allow_html=True)
|
13 |
|
14 |
# Set org ID and API key
|
15 |
-
os.environ['TOKEN'] = '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'
|
16 |
openai.api_key = os.environ['TOKEN']
|
17 |
API_KEY = os.environ['TOKEN']
|
18 |
|
|
|
12 |
, unsafe_allow_html=True)
|
13 |
|
14 |
# Set org ID and API key
|
|
|
15 |
openai.api_key = os.environ['TOKEN']
|
16 |
API_KEY = os.environ['TOKEN']
|
17 |
|