Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 524 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 524 Bytes

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.