DrishtiSharma commited on
Commit
13a5e83
·
verified ·
1 Parent(s): b8d133e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ if "messages" not in st.session_state:
40
  # Sidebar with instructions and API key input
41
  with st.sidebar:
42
  st.info(
43
- "* Initialize the agents to start using the application."
44
- "\n\n* This app uses the OpenAI API to generate text, so please provide your API key."
45
  "\n\n* Writing essays may take some time, approximately 1-2 minutes."
46
  )
47
  developer_mode = st.checkbox("Developer Mode", value=False)
 
40
  # Sidebar with instructions and API key input
41
  with st.sidebar:
42
  st.info(
43
+ "* ⚠️ Initialize the agents to start using the application."
44
+ "\n\n* This app uses the 'gpt-4o-mini-2024-07-18' model. Cost effective and efficient. "
45
  "\n\n* Writing essays may take some time, approximately 1-2 minutes."
46
  )
47
  developer_mode = st.checkbox("Developer Mode", value=False)