Skip to content

Commit 5f355b8

Browse files
Merge branch 'DFanso:main' into main
2 parents 979ae95 + c7b54fd commit 5f355b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/cli/store/store.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func DefaultLLMKey() (*LLMProvider, error) {
172172
return nil, err
173173
}
174174
} else {
175-
return nil, errors.New("config file is empty, Please add atlead one LLM Key")
175+
return nil, errors.New("config file is empty, Please add at least one LLM Key")
176176
}
177177

178178

@@ -214,7 +214,7 @@ func ListSavedModels() (*Config, error){
214214
return nil, err
215215
}
216216
} else {
217-
return nil, errors.New("config file is empty, Please add atlead one LLM Key")
217+
return nil, errors.New("config file is empty, Please add at least one LLM Key")
218218
}
219219

220220

0 commit comments

Comments
 (0)