Spaces:
Sleeping
Sleeping
SnehaAkula
commited on
Commit
•
9c0c928
1
Parent(s):
c9609f3
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import io
|
|
12 |
|
13 |
|
14 |
# Set OpenAI API key
|
15 |
-
os.environ["OPENAI_API_KEY"] = "sk-
|
16 |
|
17 |
# Initialize conversation history list
|
18 |
if "conversation_history" not in st.session_state:
|
|
|
12 |
|
13 |
|
14 |
# Set OpenAI API key
|
15 |
+
os.environ["OPENAI_API_KEY"] = "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"
|
16 |
|
17 |
# Initialize conversation history list
|
18 |
if "conversation_history" not in st.session_state:
|