Skip to content

Commit 87024b8

Browse files
committed
chore: Add Phi 4 model
1 parent b820efd commit 87024b8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/cli/recommendedModels.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ export const recommendedModels: ModelRecommendation[] = [{
1111
"hf:mradermacher/Meta-Llama-3.1-8B-Instruct-GGUF/Meta-Llama-3.1-8B-Instruct.Q6_K.gguf",
1212
"hf:mradermacher/Meta-Llama-3.1-8B-Instruct-GGUF/Meta-Llama-3.1-8B-Instruct.Q4_K_M.gguf"
1313
]
14+
}, {
15+
name: "Phi 4 14B",
16+
abilities: ["chat", "complete", "functionCalling"],
17+
description: "Phi 4 model was created by Microsoft and is optimized for complex reasoning in areas such as math.",
18+
19+
fileOptions: [
20+
"hf:mradermacher/phi-4-GGUF/phi-4.Q8_0.gguf",
21+
"hf:mradermacher/phi-4-GGUF/phi-4.Q6_K.gguf",
22+
"hf:mradermacher/phi-4-GGUF/phi-4.Q4_K_M.gguf",
23+
"hf:mradermacher/phi-4-GGUF/phi-4.Q4_K_S.gguf"
24+
]
1425
}, {
1526
name: "Llama 3.1 70B",
1627
abilities: ["chat", "complete", "functionCalling"],
@@ -64,7 +75,7 @@ export const recommendedModels: ModelRecommendation[] = [{
6475
name: "Phi 3 3.8B",
6576
abilities: ["chat", "complete", "functionCalling"],
6677
description: "Phi 3 model was created by Microsoft and is optimized for strong reasoning (especially math and logic).\n" +
67-
"This is the smallversion of the model.",
78+
"This is the small version of the model.",
6879

6980
fileOptions: [
7081
"hf:bartowski/Phi-3.1-mini-4k-instruct-GGUF/Phi-3.1-mini-4k-instruct-Q8_0.gguf",

0 commit comments

Comments
 (0)