Spaces:
Sleeping
Sleeping
Commit
·
d3021d3
1
Parent(s):
2c44af0
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ st.markdown("""
|
|
13 |
|
14 |
# Set org ID and API key
|
15 |
openai.api_key = os.environ['TOKEN']
|
|
|
16 |
|
17 |
# Set context
|
18 |
|
|
|
13 |
|
14 |
# Set org ID and API key
|
15 |
openai.api_key = os.environ['TOKEN']
|
16 |
+
API_KEY = os.environ['TOKEN']
|
17 |
|
18 |
# Set context
|
19 |
|