Merge branch 'main' into support-anthropic-100k

This commit is contained in:
Stan Girard 2023-05-14 12:40:37 +02:00 committed by GitHub
commit b64fab44e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,14 @@ if anthropic_api_key:
# Set the theme
st.set_page_config(
page_title="Second Brain",
page_title="Quiver",
layout="wide",
initial_sidebar_state="expanded",
)
st.title("🧠 Second Brain 🧠")
st.markdown(
"Store your knowledge in a vector store and query it with OpenAI's GPT-3/4.")
st.title("🧠 Quiver - Your second brain 🧠")
st.markdown("Store your knowledge in a vector store and query it with OpenAI's GPT-3/4.")
st.markdown("---\n\n")
# Initialize session state variables