mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-04 14:08:55 -05:00
chess
This commit is contained in:
@@ -196,7 +196,7 @@ if st.session_state.openai_api_key:
|
||||
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
|
||||
)
|
||||
st.markdown(chat_result.summary)
|
||||
st.markdown(chat_result.chat_history)
|
||||
|
||||
else:
|
||||
st.warning("Please enter your OpenAI API key in the sidebar to start the game.")
|
||||
Reference in New Issue
Block a user