Skip to content

Commit

Permalink
Update app_faiss.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tractorjuice authored Feb 6, 2024
1 parent 7595791 commit 824f0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_faiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
st.sidebar.markdown("# Query all the maps using AI")
st.sidebar.divider()
st.sidebar.markdown("Developed by Mark Craddock](https://twitter.com/mcraddock)", unsafe_allow_html=True)
st.sidebar.markdown("Current Version: 1.0.0")
st.sidebar.markdown("Current Version: 1.1.0")
st.sidebar.divider()
st.sidebar.markdown("Using gpt-3.5-turbo-16k API")
st.sidebar.markdown("Using pt-3.5-turbo-1106 API")
st.sidebar.markdown(st.session_state.session_id)
st.sidebar.markdown("Wardley Mapping is provided courtesy of Simon Wardley and licensed Creative Commons Attribution Share-Alike.")
st.sidebar.divider()
Expand Down

0 comments on commit 824f0b3

Please sign in to comment.