patched-codes/Patched GenerateDocstring

Automatically document methods in your code by generating docstrings

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
base_pathBase path to start generating docstrings fromno.
modelLLM model to useno
client_base_urlBase URL for the LLM APIno
rewrite_existingWhether to rewrite existing docstringsno
branch_prefixPrefix for the created branchnopatched-generate-docstring/
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