prisantos commited on
Commit
eb55a66
1 Parent(s): 0cc1db6

[style] djust text to information what model llm is used

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ def main():
44
  st.title("Hello, I'm Taylor AI!\nYour Career Consultant:")
45
  st.write(
46
  """I am here to help you highlight your skills and
47
- experiences for the job market."""
 
48
  )
49
 
50
  st.session_state.openai_api_key = st.text_input(
 
44
  st.title("Hello, I'm Taylor AI!\nYour Career Consultant:")
45
  st.write(
46
  """I am here to help you highlight your skills and
47
+ experiences for the job market.I am currently using the gpt-3.
48
+ 5-turbo model."""
49
  )
50
 
51
  st.session_state.openai_api_key = st.text_input(