Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 9857827

Browse files
committed
Added support for Azure bot
1 parent d5ec397 commit 9857827

15 files changed

+70778
-21178
lines changed

action.yml

+9
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ inputs:
144144
required: false
145145
description: 'Disable release notes'
146146
default: 'false'
147+
azure_api_instance_name:
148+
required: false
149+
description: 'For example, if your Azure instance is hosted under https://{INSTANCE_NAME}.openai.azure.com/openai/deployments/{DEPLOYMENT_NAME} use INSTANCE_NAME'
150+
azure_api_deployment_name:
151+
required: false
152+
description: 'For example, if your Azure instance is hosted under https://{INSTANCE_NAME}.openai.azure.com/openai/deployments/{DEPLOYMENT_NAME} use DEPLOYMENT_NAME'
153+
azure_api_version:
154+
required: false
155+
description: 'Api version like "2023-07-01-preview"'
147156
openai_base_url:
148157
required: false
149158
description: 'The url of the openai api interface.'

dist/37.index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/73.index.js

+129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)