Skip to content

Commit

Permalink
chore: Update Azure OpenAI Connector to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatyss committed Jun 4, 2024
1 parent 05bf6db commit a159a7f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const config = {
connectorName: 'AzureOpenAI',
connectorVersion: '1.0.0',
connectorName: 'Azure OpenAI Connector',
connectorVersion: '1.0.1',
models: [],
description:
'The Azure OpenAI Connector utilizes the capabilities of sophisticated AI models offered by OpenAI, like GPT.',
Expand Down
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const context = await esbuild.context({
entryPoints: ['main.ts'],
bundle: true,
platform: 'node',
target: 'es2018',
target: 'es2022',
outfile: './build/main.js',
});

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "prompt-mixer-azure-open-ai",
"name": "Azure Open AI Connector",
"version": "1.0.0",
"name": "Azure OpenAI Connector",
"version": "1.0.1",
"minAppVersion": "0.1.0",
"description": "Azure OpenAI Connector leverage the power of advanced AI models provided by OpenAI",
"author": "Prompt Mixer",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompt-mixer-azure-open-ai-connector",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Azure OpenAI Connector utilizes the capabilities of sophisticated AI models offered by OpenAI",
"type": "module",
"main": "main.js",
Expand Down

0 comments on commit a159a7f

Please sign in to comment.