Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
-
os.environ['OPENAI_API_KEY'] = "
|
5 |
|
6 |
from langchain.llms.openai import OpenAI
|
7 |
from langchain.agents.agent_types import AgentType
|
|
|
1 |
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
+
os.environ['OPENAI_API_KEY'] = "YOUR API KEY"
|
5 |
|
6 |
from langchain.llms.openai import OpenAI
|
7 |
from langchain.agents.agent_types import AgentType
|