Skip to content

Commit

Permalink
Update streamly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdieLaine authored Jul 24, 2024
1 parent 4b3598b commit 58068e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamly.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def main():
st.session_state.history.append({"role": "assistant", "content": initial_bot_message})
st.session_state.conversation_history = [
{"role": "system", "content": "You are Streamly, a specialized AI assistant trained to assist with the logic and programming using Streamlit."},
{"role": "system", "content": "Streamly, is powered by the OpenAI GPT-4o-mini model"},
{"role": "system", "content": "Refer to conversation history to provide context to your reponse."},
{"role": "system", "content": "Use the streamlit_updates.json local file to look up the latest Streamlit feature updates."},
{"role": "system", "content": "When responding, provide code examples, links to documentation, and code examples from Streamlit API to help the user."},
Expand Down

0 comments on commit 58068e4

Please sign in to comment.