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 30472ce commit 5e7b9c2Copy full SHA for 5e7b9c2
Sources/CompilerSwiftAI/CompilerClient.swift
@@ -28,8 +28,7 @@ public final actor CompilerClient {
28
29
private(set) var configuration: Configuration
30
31
-// internal let baseURL: String = "https://backend.compiler.inc"
32
- internal let baseURL: String = "http://localhost:3000"
+ internal let baseURL: String = "https://backend.compiler.inc"
33
internal let keychain: KeychainHelper = KeychainHelper.standard
34
internal let functionLogger: DebugLogger
35
internal let modelLogger: DebugLogger
0 commit comments