You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"If you do not intend to use the OpenAI agent at this time, go to the [Agent Management](Agent_Management) page and create a new agent for your chosen provider, or modify the default OpenAI agent there."
)
st.markdown("## OpenAI Agent Quick Start")
st.markdown(
"**If you would like to use an OpenAI agent, please enter your API key below.**"
)
openai_api_key = st.text_input("OpenAI API Key", key="openai_api_key")