Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

summarise cooldown #259

Merged
merged 5 commits into from
Aug 11, 2024
Merged

summarise cooldown #259

merged 5 commits into from
Aug 11, 2024

Conversation

aaj2005
Copy link
Contributor

@aaj2005 aaj2005 commented Aug 11, 2024

No description provided.


response_word_limit = 500 if response_word_limit > 500 else response_word_limit
bullet_points = "Put it in bullet points for readability." if bullet_points else ""
prompt = f"""People yap too much, I don't want to read all of it. The topic is something related to {channel_name}. In {response_word_limit} words or less give me the gist of what is being said. {bullet_points} Note that the messages are in reverse chronological order:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo its probably gonna be easier to say in 2 sentances or less to cut down on response size

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the future i will make the response size dynamic based on the number of words it scrapes, but ill keep it under two sentences for now

@Mole1424 Mole1424 merged commit 99fc34e into master Aug 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants