Add daily release summary feature with OpenRouter integration#53
Add daily release summary feature with OpenRouter integration#53Federico-Baldan wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <copilot@github.com>
|
Good idea! I'll definitely try this. A few questions:
|
|
Hi :) ,
The code was initially developed using OpenRouter, but it can be easily integrated with OpenAI or any other compatible provider. The integration is just an HTTP call to I chose OpenRouter mainly because it offers ~50 free requests per day, which is imo more than enough for summarization use cases.
I kept the implementation dependency-free and provider-agnostic (simple HTTP).
Totally agree. |
Hi,
I’ve introduced daily release summaries and added AI support via OpenRouter to generate the digest. The system temporarily stores release bodies for summarization, sends a Telegram-formatted digest, and then cleans up the stored entries.
Feel free to add it if you’d like 🙂and obv review it!.
Note: OpenRouter is currently used on the free tier (about 50 calls per day), so heavier usage may require adding credits.