Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lift to SpeziLLM #44

Merged
merged 10 commits into from
Feb 26, 2024
Merged
Prev Previous commit
Next Next commit
Use default OpenAI model in Module
philippzagar committed Feb 11, 2024
commit 71f5f02b0ad93c95bef3bfbc17ab3a499c2122fc
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ class FHIRInterpretationModule: Module {


func configure() {
let openAIModelType = UserDefaults.standard.string(forKey: StorageKeys.openAIModel) ?? .gpt4_turbo_preview
let openAIModelType = UserDefaults.standard.string(forKey: StorageKeys.openAIModel) ?? StorageKeys.Defaults.openAIModel

resourceSummary = FHIRResourceSummary(
localStorage: localStorage,