Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import streamlit as st
|
|
| 3 |
import os
|
| 4 |
from tenacity import retry, stop_after_attempt, wait_fixed
|
| 5 |
|
| 6 |
-
# Set the
|
| 7 |
-
openai.api_key = os.environ["sk-
|
| 8 |
|
| 9 |
initial_messages = [{
|
| 10 |
"role": "system",
|
|
|
|
| 3 |
import os
|
| 4 |
from tenacity import retry, stop_after_attempt, wait_fixed
|
| 5 |
|
| 6 |
+
# Set the Openai API key
|
| 7 |
+
openai.api_key = os.environ["sk-proj-mYBWdyEM905PyAHyF8UYT3BlbkFJamxN1I5DDEVBOeNJeQuA"]
|
| 8 |
|
| 9 |
initial_messages = [{
|
| 10 |
"role": "system",
|