Skip to content

Commit 191580c

Browse files
mfuntowiczpcuenca
andauthored
Update packages/tasks/src/local-apps.ts
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 185b9a9 commit 191580c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const snippetLlamacpp = (model: ModelData, filepath?: string): LocalAppSnippet[]
117117
};
118118
return [
119119
{
120-
title: "Install from brew (MacOS)",
120+
title: "Install from brew",
121121
setup: "brew install llama.cpp",
122122
content: command("llama-cli"),
123123
},

0 commit comments

Comments
 (0)