mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-03 01:24:53 +00:00
chatllm: remove use of deprecated '_qs' (#3130)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -198,7 +198,7 @@ bool ChatLLM::loadDefaultModel()
|
||||
{
|
||||
ModelInfo defaultModel = ModelList::globalInstance()->defaultModelInfo();
|
||||
if (defaultModel.filename().isEmpty()) {
|
||||
emit modelLoadingError(u"Could not find any model to load"_qs);
|
||||
emit modelLoadingError(u"Could not find any model to load"_s);
|
||||
return false;
|
||||
}
|
||||
return loadModel(defaultModel);
|
||||
|
Reference in New Issue
Block a user