yuichielectric/Azure OpenAI action

This action enables you to call the Azure OpenAI Service Chat Completions API within your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_urlThe endpoint URL of Azure OpenAI Servicesyes
deployment_idThe deployment ID of Azure OpenAI Servicesyes
api_keyThe API key to run Azure OpenAI Servicesyes
system_promptThe prompt to pass to the modelyes
input_textThe text to pass to the modelyes
namedescription
responseThe response from Azure OpenAI Services