diff --git a/app_faiss.py b/app_faiss.py index ae8a90a..4839c59 100644 --- a/app_faiss.py +++ b/app_faiss.py @@ -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()