Skip to content

Commit

Permalink
Merge branch 'MacPaw.missing_enums' of github.com:kalafus/OpenAI into…
Browse files Browse the repository at this point in the history
… MacPaw.missing_enums
  • Loading branch information
James J Kalafus committed Feb 15, 2024
2 parents 0063990 + 6058d0a commit 8387488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/DemoChat/Sources/UI/Images/ImageCreationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public struct ImageCreationView: View {

@State private var prompt: String = ""
@State private var n: Int = 1
@State private var size: ImagesQuery.Size._1024
@State private var size = ImagesQuery.Size._1024

private var sizes = ImagesQuery.Size.allCases

Expand Down

0 comments on commit 8387488

Please sign in to comment.