jschultz38 / degenbot

Fetch game times for select degenz
1 stars 0 forks source link

Added summary bot command, see docstring for how it basically works #105

Closed Fountai2 closed 1 month ago

Fountai2 commented 1 month ago

Had to had chunking into chatgpt code (for conversations longer than 5k characters, which is a lot of our shit)

Renamed build to build_chirp for clarity, unrelated to this except now with multiple prompts generic name can be confusing

Pulled the openAI client creation out of the chirp code

added tiktoken to requirements.txt