cedricve/Create a LLM generated README.md with (Azure) OpenAI
Create a README.md file by analyzing repository functions using (Azure) OpenAI and ChatGPT.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for authentication. | yes | — |
| openai_api_key | API key for OpenAI services. | yes | — |
| azure_openai_api_key | API key for Azure OpenAI services. | yes | — |
| openai_model | OpenAI model for chat/completions endpoint. | no | gpt-4o-mini |
| azure_openai_endpoint | Azure OpenAI endpoint URL. | no | "" |
| azure_openai_version | Azure OpenAI API version. | no | "" |
| max_tokens | Max number of tokens for the prompt. | no | 1000 |
| temperature | Model creativity level (higher = more creative). | no | 0.6 |
| sample_prompt | Sample prompt for the model (see SAMPLE_PROMPT in Python). | no | "" |
| sample_response | Ideal response sample for the sample prompt. | no | "" |
| completion_prompt | Final prompt for the model (see COMPLETION_PROMPT in Python). | no | "" |
Outputs
no outputs