Skip to content

Commit

Permalink
Merge branch 'main' into feat/improve-llm-loading-feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisho authored Jan 27, 2025
2 parents e324b91 + 59b59ef commit c52ac65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--testMode"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>
Expand Down
10 changes: 4 additions & 6 deletions LLMonFHIR/FHIRSummary/FHIRResourceSummary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,12 @@ extension FHIRPrompt {
FHIRPrompt(
storageKey: "prompt.summary",
localizedDescription: String(
localized: "Summary Prompt",
bundle: .main,
comment: "Title of the summary prompt."
localized: "SUMMARY_PROMPT",
bundle: .main
),
defaultPrompt: String(
localized: "Summary Prompt Content",
bundle: .main,
comment: "Content of the summary prompt."
localized: "SUMMARY_PROMPT_CONTENT_OPENAI",
bundle: .main
)
)
}()
Expand Down

0 comments on commit c52ac65

Please sign in to comment.