Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import openai
|
|
5 |
from llama_index import SimpleDirectoryReader
|
6 |
|
7 |
st.set_page_config(page_title="Chat with the Streamlit docs, powered by LlamaIndex", page_icon="π¦", layout="centered", initial_sidebar_state="auto", menu_items=None)
|
8 |
-
openai.api_key =
|
9 |
st.title("Chat with the Streamlit docs, powered by LlamaIndex π¬π¦")
|
10 |
st.info("Check out the full tutorial to build this app in our [blog post](https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/)", icon="π")
|
11 |
|
|
|
5 |
from llama_index import SimpleDirectoryReader
|
6 |
|
7 |
st.set_page_config(page_title="Chat with the Streamlit docs, powered by LlamaIndex", page_icon="π¦", layout="centered", initial_sidebar_state="auto", menu_items=None)
|
8 |
+
openai.api_key = "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"
|
9 |
st.title("Chat with the Streamlit docs, powered by LlamaIndex π¬π¦")
|
10 |
st.info("Check out the full tutorial to build this app in our [blog post](https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/)", icon="π")
|
11 |
|