lnxpy/NotioAI
Hashnode Post-Publication LLM Toolkit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub auth token | yes | ${{ github.token }} |
| repository | The repository name in the form of "<owner>/<repo>" | yes | ${{ github.repository }} |
| method | LLM tools ("abstract-article", "simplify-article", "translate-article", "generate-questions") | yes | — |
| path | — | — | transformed_articles/ |
| translate_to | Output translation lagnauge (used with "translate-article" method) | — | English |
| question_limit | The amount of questions (used with "generate-questions" method) | — | 20 |
| include_answers | Whether including the question answers (used with "generate-questions" method) | — | true |
| hypermode_endpoint | The Hypermode API endpoint | yes | — |
| hypermode_api_token | The Hypermode API token | yes | — |
Outputs
no outputs