Skip to content

Commit

Permalink
chore: Update connector name and ID in config and manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatyss committed Jun 16, 2024
1 parent 9794b5f commit c3d87a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const config = {
connectorName: 'OpenAIDallE',
connectorName: 'OpenAI DallE Connector',
connectorVersion: '1.0.0',
models: ['dall-e-3', 'dall-e-2'],
description:
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "prompt-mixer-open-ai-dalle",
"name": "Open AI Connector",
"id": "prompt-mixer-open-ai-dalle-connector",
"name": "OpenAI DallE Connector",
"version": "1.0.9",
"minAppVersion": "0.1.0",
"description": "The DALL-E Connector enables generating images from textual descriptions using OpenAI's DALL-E model.",
Expand Down

0 comments on commit c3d87a2

Please sign in to comment.