We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2466195 commit 9a3a323Copy full SHA for 9a3a323
openai-core/src/commonMain/kotlin/com.aallam.openai.api/Quality.kt
@@ -0,0 +1,5 @@
1
+/**
2
+ * The quality of the image that will be generated
3
+ */
4
+@Deprecated("This class is deprecated.", ReplaceWith("Quality", "com.aallam.openai.api.image.Quality"))
5
+public typealias Quality = com.aallam.openai.api.image.Quality
0 commit comments