You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,22 +31,30 @@ class Summarise(commands.Cog):
29
31
def__init__(self, bot: Bot):
30
32
self.bot=bot
31
33
openai.api_key=CONFIG.OPENAI_API_KEY
32
-
self.system_prompt="People yap too much, I don't want to read all of it. In 200 words or less give me the gist of what is being said. Note that the messages are in reverse chronological order:"
bullet_points="Put it in bullet points for readability."ifbullet_pointselse""
38
+
prompt=f"""People yap too much, I don't want to read all of it. The topic is something related to {channel_name}. In 2 sentences or less give me the gist of what is being said. {bullet_points} Note that the messages are in reverse chronological order:
0 commit comments