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