Skip to content

Commit 8c709f2

Browse files
committed
Update OpenAIImageEndpoint.swift
1 parent d7fa47e commit 8c709f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/openai-async-image-swiftui/net/OpenAIImageEndpoint.swift

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public struct OpenAIImageEndpoint: IOpenAIImageEndpoint{
1919
/// Http method
2020
public static var httpMethod = "POST"
2121

22-
2322
/// Path to the point
2423
public static var path = "/v1/images/generations"
2524

@@ -35,7 +34,6 @@ public struct OpenAIImageEndpoint: IOpenAIImageEndpoint{
3534

3635
// MARK: - Config
3736

38-
3937
/// Base url to OpenAPI image resource
4038
public let urlString: String
4139

0 commit comments

Comments
 (0)