Skip to content

Commit

Permalink
Adds LLMLocalPlatform to Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Feb 3, 2025
1 parent 271ee81 commit 77f584a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/UITests/TestApp/TestAppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
}
}
Expand Down

0 comments on commit 77f584a

Please sign in to comment.