Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 074a04a

Browse files
committed
fix typo
1 parent 6fe7ae8 commit 074a04a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/services/engine_service.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ EngineService::GetDefaultEngineVariant(const std::string& engine) {
680680

681681
auto config = file_manager_utils::GetCortexConfig();
682682
std::string variant, version;
683-
if (engine == kLlamaEngine) {
683+
if (engine == kLlamaRepo) {
684684
variant = config.llamacppVariant;
685685
version = config.llamacppVersion;
686686
if (variant.empty() || version.empty())

0 commit comments

Comments
 (0)