add debug statement

This commit is contained in:
Daniel Cronin 2024-10-22 04:18:37 -05:00
parent 75c53d67c5
commit b93f37729b

View File

@ -37,5 +37,7 @@ chat_session = model.start_chat(
]
)
# print(chat_session.send_message("hello world!").text)