yuichielectric/Azure OpenAI action
This action enables you to call the Azure OpenAI Service Chat Completions API within your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_url | The endpoint URL of Azure OpenAI Services | yes | — |
| deployment_id | The deployment ID of Azure OpenAI Services | yes | — |
| api_key | The API key to run Azure OpenAI Services | yes | — |
| system_prompt | The prompt to pass to the model | yes | — |
| input_text | The text to pass to the model | yes | — |
Outputs
| name | description |
|---|---|
| response | The response from Azure OpenAI Services |