Fix engine enabled (#255)

This commit is contained in:
Will Chen
2025-05-27 00:10:49 -07:00
committed by GitHub
parent e1344d55b0
commit 8cfd476ea9

View File

@@ -175,6 +175,7 @@ export async function getModelClient(
return {
modelClient: autoModelClient,
backupModelClients: [],
isEngineEnabled,
};
}
} else {