cfug/cfug_translator_bot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 4, 2026
- License
- MIT
Pinned Snippet
uses: cfug/translator_bot@5b472321f9b8e69aacbd39833907f259502c983a # v0.0.16tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | 具有 repo 权限的 GitHub Token,用于访问评论内容和提交翻译结果 | yes | — |
| model | 翻译模型协议: gemini | openai(默认 gemini) | no | gemini |
| gemini_api_key | Google Gemini 协议 API Key(model=gemini 时必填) | no | — |
| openai_api_key | OpenAI 协议 API Key(model=openai 时必填) | no | — |
| openai_base_url | OpenAI baseUrl(可选,默认 https://api.openai.com/v1;指向 OpenAI 协议兼容接口时改此项) | no | — |
Outputs
no outputs