We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca23a7e commit 392d01eCopy full SHA for 392d01e
Sources/OpenAI/AIProxy/Endpoint+AIProxy.swift
@@ -39,8 +39,7 @@ extension Endpoint {
39
queryItems: [URLQueryItem])
40
-> URLComponents
41
{
42
- // var components = URLComponents(string: serviceURL ?? "https://api.aiproxy.pro")!
43
- var components = URLComponents(string: serviceURL ?? "http://Lous-MacBook-Air-3.local:4000")!
+ var components = URLComponents(string: serviceURL ?? "https://api.aiproxy.pro")!
44
components.path = components.path.appending(path)
45
if !queryItems.isEmpty {
46
components.queryItems = queryItems
0 commit comments