mnikonov / gpt-labs

Welcome to GTP Labs, the ultimate application for unlocking the power of OpenAI's API for Windows.
Apache License 2.0
40 stars 12 forks source link

[FEATURE] - Add a model selection menu for image generation to support the newly available DALL-E 3 API #57

Closed BarnMTB closed 1 week ago

BarnMTB commented 9 months ago

Description

It seems like DALL-E 3 is now available via API: https://help.openai.com/en/articles/8555480-dall-e-3-api https://openai.com/pricing#:~:text=Price-,DALL%C2%B7E%203,-Standard It also now shows up in the limits on my OpenAI Dashboard.

But it seems like GPT Labs still uses DALL-E 2 with no option to select which models to use.

Solution

Add a new option for selecting image generation models when configuring or creating a "Chat" in the "Chat details" window for Image generation tab, like how there's an option to select which GPT models to use in the Chat tab.

Alternatives

Or switch to GPT Labs to use DALL-E 3 exclusively. But a selectable option is going to be much better.

Additional content

The current "Chat details" window for Image generation tab: image

The current "Chat details" window for Chat tab (note the "Model" selection dropdown menu below the Title textbox): image

The current "Chat details" window for Chat tab with an expanded "Model" selection menu: image

BarnMTB commented 5 months ago

Recent news articles have now pointed out that OpenAI is now winding down DALL-E 2, as DALL-E 2 is no longer accessible via their web interface and DALL-E 2 is no longer accepting new customers.

DALL·E 2 is no longer accepting new customers. DALL·E 3 is available through ChatGPT Plus and through the OpenAI Developer API.

Last week, OpenAI turned off the ability for new customers to purchase generation credits for the web version of DALL-E 2, effectively killing it.

It's uncertain when DALL-E 2 API will be fully deprecated & no longer accessible, so it's definitely a good idea to add support for DALL-E 3 by adding a model selector now.