Skip to content

Commit 6563751

Browse files
authored
Merge pull request #13 from XpressAI/copilot/fix-12
Update OpenAI Components to Support Latest APIs and Fix Image Generation
2 parents d4a53e0 + 94ef627 commit 6563751

2 files changed

Lines changed: 274 additions & 56 deletions

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Edits input text based on specific instructions provided.
8383

8484
### OpenAIImageCreate Component:
8585

86-
Generates images from text prompts using OpenAI's image models.
86+
Generates images from text prompts using OpenAI's image models. Supports both DALL-E 2 and DALL-E 3.
8787

8888
### OpenAIImageCreateVariation Component:
8989

@@ -93,6 +93,22 @@ Creates alternate versions of an input image using OpenAI's variation tools.
9393

9494
Modifies an input image based on a text prompt or a mask.
9595

96+
### OpenAIImageInference Component:
97+
98+
Analyzes images using OpenAI's vision capabilities, providing text descriptions or answers to questions about images.
99+
100+
### OpenAIAudioTranscription Component:
101+
102+
Transcribes audio files to text using OpenAI's Whisper models.
103+
104+
### OpenAIAudioTranslation Component:
105+
106+
Translates audio in any language to English text using OpenAI's Whisper models.
107+
108+
### OpenAISpeechGeneration Component:
109+
110+
Converts text to spoken audio using OpenAI's text-to-speech models.
111+
96112
## Try the Examples
97113

98114
We have provided an example workflow to help you get started with the OpenAI component library. Give it a try and see how you can create custom OpenAI components for your applications.

0 commit comments

Comments
 (0)