Skip to content

Commit

Permalink
Final adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Feb 26, 2024
1 parent cf67220 commit f315324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LLMonFHIR/LLMonFHIRDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class LLMonFHIRDelegate: SpeziAppDelegate {
healthKit
}
LLMRunner {
LLMOpenAIPlatform(configuration: .init(concurrentStreams: 5))
LLMOpenAIPlatform(configuration: .init(concurrentStreams: 20))
}
FHIRInterpretationModule()
}
Expand Down
3 changes: 1 addition & 2 deletions LLMonFHIR/SharedContext/StorageKeys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// SPDX-License-Identifier: MIT
//

import struct OpenAI.Model
import SpeziLLMOpenAI


Expand All @@ -15,7 +14,7 @@ enum StorageKeys {
enum Defaults {
static let enableTextToSpeech = false
static let resourceLimit = 250
static let openAIModel: Model = .gpt4_turbo_preview
static let openAIModel: LLMOpenAIModelType = .gpt4_turbo_preview
}


Expand Down

0 comments on commit f315324

Please sign in to comment.