Skip to content

Commit

Permalink
Fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Apr 4, 2024
1 parent 5d0a572 commit a36d625
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HealthGPT/Onboarding/LLMLocalDownload.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct LLMLocalDownload: View {

var body: some View {
LLMLocalDownloadView(
downloadDescription: "The Llama2 7B model will be downloaded for local execution.",
downloadDescription: "LLAMA2_DOWNLOAD_DESCRIPTION",
llmDownloadUrl: LLMLocalDownloadManager.LLMUrlDefaults.llama2ChatModelUrl,
llmStorageUrl: .cachesDirectory.appending(path: "llm.gguf")
) {
Expand Down
13 changes: 10 additions & 3 deletions HealthGPT/Supporting Files/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,16 @@
}
}
},
"LLAMA2_DOWNLOAD_DESCRIPTION" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The Llama2 7B model will be downloaded."
}
}
}
},
"LOADING_CHAT_VIEW" : {
"localizations" : {
"en" : {
Expand Down Expand Up @@ -415,9 +425,6 @@
}
}
}
},
"The Llama2 7B model will be downloaded for local execution." : {

},
"WELCOME_AREA1_DESCRIPTION" : {
"extractionState" : "manual",
Expand Down

0 comments on commit a36d625

Please sign in to comment.