Skip to content

Commit

Permalink
Upgrades to DALLE 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alanedwardes committed May 17, 2024
1 parent b2b39f8 commit f400e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Runner.Discord/Responders/DalleResponder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public async Task ProcessMessage(IMessage message, CancellationToken token)
{
var response = await _openAi.ImageGenerations.CreateImageAsync(new ImageGenerationRequest
{
Size = ImageSize._256,
Model = "dall-e-3",
Size = ImageSize._1024,
NumOfImages = 1,
ResponseFormat = ImageResponseFormat.Url,
Prompt = prompt
Expand Down

0 comments on commit f400e5d

Please sign in to comment.