This commit is contained in:
Madhu 2025-01-10 21:59:58 +05:30
parent 4bc3ffbc5b
commit 2ebc3f8d9e

View file

@ -196,7 +196,7 @@ if st.session_state.openai_api_key:
message="Let's play chess! You go first, its your move.", message="Let's play chess! You go first, its your move.",
max_turns=5, # Set a high enough number to allow the game to complete max_turns=5, # Set a high enough number to allow the game to complete
) )
st.markdown(chat_result.summary) st.markdown(chat_result.chat_history)
else: else:
st.warning("Please enter your OpenAI API key in the sidebar to start the game.") st.warning("Please enter your OpenAI API key in the sidebar to start the game.")