Skip to content

Commit ae846ff

Browse files
committed
Commented out localhost
1 parent 3e6c84d commit ae846ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CompilerSwiftAI/CompilerClient.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public final actor CompilerClient {
2828

2929
private(set) var configuration: Configuration
3030

31-
// internal let baseURL: String = "https://backend.compiler.inc"
32-
internal let baseURL: String = "http://localhost:3000"
31+
internal let baseURL: String = "https://backend.compiler.inc"
32+
// internal let baseURL: String = "http://localhost:3000"
3333
internal let keychain: KeychainHelper = KeychainHelper.standard
3434
internal let functionLogger: DebugLogger
3535
internal let modelLogger: DebugLogger

0 commit comments

Comments
 (0)