Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 397 Bytes

debugger.md

File metadata and controls

4 lines (3 loc) · 397 Bytes

This code sets up an OpenAI API and uses it to generate chat responses. It loads a chat history and applies a summarization function to it. It then prompts the user to speculate on what could happen next based on the summary. The code also searches for messages that include a specific phrase and prints the result. The functions all work together to generate and analyze chat responses.

""" """