Skip to content

tbxark-arc/redmine-summary

Repository files navigation

redmine summary

This is a simple script to get the summary of the issues from redmine.

Configuration

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"

Deployment

This script is deployed on cloudflare workers. You can deploy it using the wrangler cli.

npm install
npm run deploy

License

redmine summary is released under the MIT license. See LICENSE for details.

Releases

No releases published

Packages

No packages published