Skip to content

Commit

Permalink
Use default OpenAI model in Module
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Feb 11, 2024
1 parent 76296cd commit 71f5f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 71f5f02

Please sign in to comment.