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

Commit

Permalink
Added support for Azure bot
Browse files Browse the repository at this point in the history
  • Loading branch information
PycKamil committed Feb 13, 2024
1 parent d5ec397 commit 9857827
Show file tree
Hide file tree
Showing 15 changed files with 70,778 additions and 21,178 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@ inputs:
required: false
description: 'Disable release notes'
default: 'false'
azure_api_instance_name:
required: false
description: 'For example, if your Azure instance is hosted under https://{INSTANCE_NAME}.openai.azure.com/openai/deployments/{DEPLOYMENT_NAME} use INSTANCE_NAME'
azure_api_deployment_name:
required: false
description: 'For example, if your Azure instance is hosted under https://{INSTANCE_NAME}.openai.azure.com/openai/deployments/{DEPLOYMENT_NAME} use DEPLOYMENT_NAME'
azure_api_version:
required: false
description: 'Api version like "2023-07-01-preview"'
openai_base_url:
required: false
description: 'The url of the openai api interface.'
Expand Down
2 changes: 1 addition & 1 deletion dist/37.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

129 changes: 129 additions & 0 deletions dist/73.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9857827

Please sign in to comment.