{"id":30139418,"url":"https://github.com/cdpath/ai-ci-template","last_synced_at":"2026-02-11T15:01:40.768Z","repository":{"id":308197569,"uuid":"1031964056","full_name":"cdpath/ai-ci-template","owner":"cdpath","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-05T01:40:11.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-12T00:50:32.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdpath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-04T15:41:25.000Z","updated_at":"2025-08-05T01:40:14.000Z","dependencies_parsed_at":"2025-08-04T20:03:54.521Z","dependency_job_id":null,"html_url":"https://github.com/cdpath/ai-ci-template","commit_stats":null,"previous_names":["cdpath/ai-ci-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/cdpath/ai-ci-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdpath%2Fai-ci-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdpath%2Fai-ci-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdpath%2Fai-ci-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdpath%2Fai-ci-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdpath","download_url":"https://codeload.github.com/cdpath/ai-ci-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdpath%2Fai-ci-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29336007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:34:07.188Z","status":"ssl_error","status_checked_at":"2026-02-11T14:34:06.809Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-11T02:13:48.222Z","updated_at":"2026-02-11T15:01:40.746Z","avatar_url":"https://github.com/cdpath.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to use GitHub Models API in GitHub Actions workflows\n\n[中文](README_zh.md)\n\nThis repository demonstrates how to use GitHub Models API in GitHub Actions workflows.\n\n## Usage\n\n1. Fork this repository\n2. Edit [config.json](.github/scripts/config.json) to customize the AI prompt\n3. Add a markdown file to the `markdowns/` directory\n4. The AI will automatically process it and create a `_processed.md` file in the same directory\n\n## Configuration\n\nEdit the `system_prompt` in [config.json](.github/scripts/config.json):\n\n```json\n{\n  \"system_prompt\": \"You are a content summarization assistant. Generate a clear, structured summary of the provided content. Include key points, main ideas, and important details. Keep the summary concise but comprehensive.\",\n  \"model\": \"gpt-4o-mini\",\n  \"max_tokens\": 1000,\n  \"temperature\": 0.3\n}\n```\n\nMore configurations:\n\nBlog Post Enhancement\n\n```json\n{\n  \"system_prompt\": \"You are a blog writing assistant. Improve the provided content by enhancing clarity, adding engaging elements, and ensuring proper structure. Maintain the original tone and message while making it more polished and reader-friendly.\",\n  \"model\": \"gpt-4o-mini\",\n  \"max_tokens\": 1000,\n  \"temperature\": 0.3\n}\n```\n\nTechnical Documentation\n\n```json\n{\n  \"system_prompt\": \"You are a technical documentation expert. Convert the provided content into clear, well-structured technical documentation. Add proper headings, code examples where appropriate, and ensure clarity for developers.\",\n  \"model\": \"gpt-4o-mini\",\n  \"max_tokens\": 1000,\n  \"temperature\": 0.3\n}\n```\n\nTranslation to Chinese\n\n```json\n{\n  \"system_prompt\": \"You are a professional translator. Translate the provided content to English while maintaining the original meaning, tone, and structure. Ensure the translation is natural and fluent.\",\n  \"model\": \"gpt-4o-mini\",\n  \"max_tokens\": 1000,\n  \"temperature\": 0.3\n}\n```\n\nMeeting Notes Formatting\n\n```json\n{\n  \"system_prompt\": \"You are a meeting notes organizer. Structure the provided content into well-formatted meeting notes with clear sections for agenda items, decisions made, action items, and next steps.\",\n  \"model\": \"gpt-4o-mini\",\n  \"max_tokens\": 1000,\n  \"temperature\": 0.3\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdpath%2Fai-ci-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdpath%2Fai-ci-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdpath%2Fai-ci-template/lists"}