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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for authentication.yes
openai_api_keyAPI key for OpenAI services.yes
azure_openai_api_keyAPI key for Azure OpenAI services.yes
openai_modelOpenAI model for chat/completions endpoint.nogpt-4o-mini
azure_openai_endpointAzure OpenAI endpoint URL.no""
azure_openai_versionAzure OpenAI API version.no""
max_tokensMax number of tokens for the prompt.no1000
temperatureModel creativity level (higher = more creative).no0.6
sample_promptSample prompt for the model (see SAMPLE_PROMPT in Python).no""
sample_responseIdeal response sample for the sample prompt.no""
completion_promptFinal prompt for the model (see COMPLETION_PROMPT in Python).no""

no outputs