Skip to content

Commit c5841cc

Browse files
authored
docs: added the fastapply model to the recommendations (#8249)
Added the FastApply model to the recommendations in the docs
1 parent 7e23e3a commit c5841cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/snippets/ModelRecommendations.jsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ export const ModelRecommendations = ({ role = "all" }) => {
8888
notes: "Closed models are slightly better than open models",
8989
},
9090
apply: {
91-
open: ["N/A"],
91+
open: [
92+
"[FastApply](https://hub.continue.dev/mdpauley/fast-apply-15b-v10)",
93+
],
9294
closed: [
9395
"[Relace Instant Apply](https://hub.continue.dev/relace/instant-apply)",
9496
"[Morph Fast Apply](https://hub.continue.dev/morphllm/morph-v2)",
9597
],
96-
notes: "Open models are not good enough for this model role",
98+
notes: "Closed models are better than open models",
9799
},
98100
embed: {
99101
open: [

0 commit comments

Comments
 (0)