Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from langchain.llms import OpenAI
|
|
9 |
from langchain.embeddings import HuggingFaceEmbeddings
|
10 |
|
11 |
# Set the OpenAI API key directly (or ensure it's set in the environment)
|
12 |
-
os.environ["OPENAI_API_KEY"] = "
|
13 |
|
14 |
# Set up the title and LinkedIn link
|
15 |
st.markdown("[Engr. Hamesh Raj](https://www.linkedin.com/in/datascientisthameshraj/)")
|
|
|
9 |
from langchain.embeddings import HuggingFaceEmbeddings
|
10 |
|
11 |
# Set the OpenAI API key directly (or ensure it's set in the environment)
|
12 |
+
os.environ["OPENAI_API_KEY"] = "api_key"
|
13 |
|
14 |
# Set up the title and LinkedIn link
|
15 |
st.markdown("[Engr. Hamesh Raj](https://www.linkedin.com/in/datascientisthameshraj/)")
|