Harikrishna Dev commited on
Commit
2e44a36
·
1 Parent(s): 97f2447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ else:
61
  st.title("HariGPT - Hari's resume bot")
62
  st.image("images/about.jpg", use_column_width=True)
63
  with st.expander("⚠️Disclaimer"):
64
- st.write("""This bot is a LLM trained on GPT-3.5-turbo model to answer questions about Hari's professional background and qualifications. Your responses are recorded in a database for quality assurance and improvement purposes. Please be respectful and avoid asking personal or inappropriate questions.""")
65
 
66
  # Define file paths and load initial settings
67
  path = os.path.dirname(__file__)
 
61
  st.title("HariGPT - Hari's resume bot")
62
  st.image("images/about.jpg", use_column_width=True)
63
  with st.expander("⚠️Disclaimer"):
64
+ st.write("""This bot is a LLM trained on GPT-4o-mini model to answer questions about Hari's professional background and qualifications. Your responses are recorded in a database for quality assurance and improvement purposes. Please be respectful and avoid asking personal or inappropriate questions.""")
65
 
66
  # Define file paths and load initial settings
67
  path = os.path.dirname(__file__)