This is a simple script to get the summary of the issues from redmine.
REDMINE_BASE = "http://your-redmine-url.com"
AI_ENDPOINT = "https://some_ai_provider.com/chat/completions"
AI_API_KEY = "sk-"
AI_API_MODEL = "gpt-3.5-turbo"
This script is deployed on cloudflare workers. You can deploy it using the wrangler cli.
npm install
npm run deploy
redmine summary is released under the MIT license. See LICENSE for details.