manojsharmadcx/Pull Request Summary
Autogenerated a PR summary based on the code changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| custom-prompt | Prompt to feed to Azure Open AI | no | Combining each part. Summarize the changes in 300 words or less based on the pull request title and file changes. |
| frequency-penalty | Reduces the probability of words that have already been generated | no | 0 |
| github-token | GitHub Token | yes | — |
| ignore-paths | comma separated list of paths and files | no | — |
| max-prompt-tokens | The maximum number of tokens to use for the prompt | no | 10000 |
| max-response-tokens | The maximum number of tokens allowed in the response | no | 512 |
| model | The model to use for the AI | no | gpt-3.5-turbo |
| open-api-key | Azure OpenAI key | yes | — |
| open-api-endpoint | Azure OpenAI description | yes | — |
| open-api-deployment | Azure OpenAI Deployment Name | yes | — |
| presence-penalty | Reduces the probability of a word if it already appeared in the predicted text | no | 0 |
| segment-size | The number of tokens used to segment the prompt | no | 3096 |
| temperature | Parameter that controls how much randomness is in the output | no | 1 |
| top_p | Controls how many of the highest-probability words are selected to be included in the generated text | no | 1 |
Outputs
no outputs