We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d8a5d commit 4233630Copy full SHA for 4233630
Chatbot.py
@@ -8,7 +8,7 @@
8
"[](https://codespaces.new/streamlit/llm-examples?quickstart=1)"
9
10
st.title("💬 Chatbot")
11
-st.caption("🚀 A streamlit chatbot powered by OpenAI LLM")
+st.caption("🚀 A Streamlit chatbot powered by OpenAI")
12
if "messages" not in st.session_state:
13
st.session_state["messages"] = [{"role": "assistant", "content": "How can I help you?"}]
14
0 commit comments