We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fa47e commit 8c709f2Copy full SHA for 8c709f2
Sources/openai-async-image-swiftui/net/OpenAIImageEndpoint.swift
@@ -19,7 +19,6 @@ public struct OpenAIImageEndpoint: IOpenAIImageEndpoint{
19
/// Http method
20
public static var httpMethod = "POST"
21
22
-
23
/// Path to the point
24
public static var path = "/v1/images/generations"
25
@@ -35,7 +34,6 @@ public struct OpenAIImageEndpoint: IOpenAIImageEndpoint{
35
34
36
// MARK: - Config
37
38
39
/// Base url to OpenAPI image resource
40
public let urlString: String
41
0 commit comments