Aman Agrawal
7e16a4e778
test_message_summary: Fix failing tests.
...
Tests were failing due to credit usage being capture in the next
month instead of current if the current time is last day of the
month. To fix this, we mock current time to not be the last day
of any month.
2025-02-28 12:10:16 +05:30
Aman Agrawal
3d5307c0a9
message_summary: Add markdown support for generated summary.
2025-02-12 13:23:42 -08:00
Sahil Batra
4ca28bb850
settings: Add setting to control permission for topic summarization.
2025-02-12 12:05:04 -08:00
Aman Agrawal
2f5aea6604
message_summary: Add setting to put a monthly rate limit per user.
2025-02-06 12:03:24 -08:00
Aman Agrawal
7fb767c080
message_summary: Move cost per token configuration to settings.
2025-02-06 12:03:24 -08:00
Alex Vandiver
4dfb285b5b
message_summary: Reorganize settings and secrets.
...
This allows arbitrary litellm-supported backends.
2025-01-29 14:55:35 -08:00
Alex Vandiver
816dde5b9a
message_summary: Factor out into the actions package.
2025-01-29 14:55:35 -08:00
Aman Agrawal
dc9422ec81
test_message_summary: Add a basic test.
2025-01-27 12:23:40 -08:00