mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
Merge branch 'main' into support-anthropic-100k
This commit is contained in:
commit
b64fab44e5
8
main.py
8
main.py
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user