diff --git a/Tests/UITests/TestApp/TestAppDelegate.swift b/Tests/UITests/TestApp/TestAppDelegate.swift index f4cc6369..73e19326 100644 --- a/Tests/UITests/TestApp/TestAppDelegate.swift +++ b/Tests/UITests/TestApp/TestAppDelegate.swift @@ -49,6 +49,7 @@ class TestAppDelegate: SpeziAppDelegate { // No CA certificate (meaning no encrypted traffic) for development purposes, see `caCertificateUrl` above LLMFogPlatform(configuration: .init(host: "spezillmfog.local", caCertificate: nil)) LLMOpenAIPlatform() + LLMLocalPlatform() // Note: Spezi LLM Local is not compatible with simulators. } } }