patched-codes/Patched GenerateREADME

Generate documentation for a folder in your repository in form of a README.md file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for creating pull requestsno${{ github.token }}
openai_api_keyOpenAI API key for the LLMno
patched_api_keyPatched API key for using Patched servicesno
folder_pathPath to the folder to generate documentation foryes
modelLLM model to useno
client_base_urlBase URL for the LLM APIno
filterFilter for the kind of files to includeno
suppress_commentsWhether to suppress comments in the documentationno
markdown_file_nameName of the generated markdown fileno
branch_prefixPrefix for the created branchnopatched-generate-readme/
disable_branchDisable creating new branchesno
disable_prDisable creating pull requestsno
force_pr_creationForce push commits to existing PRno
model_temperatureTemperature parameter for the LLMno
model_top_pTop-p parameter for the LLMno
model_max_tokensMaximum tokens for the LLM responseno
namedescription
pr_urlURL of the created pull request