We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e23e3a commit c5841ccCopy full SHA for c5841cc
docs/snippets/ModelRecommendations.jsx
@@ -88,12 +88,14 @@ export const ModelRecommendations = ({ role = "all" }) => {
88
notes: "Closed models are slightly better than open models",
89
},
90
apply: {
91
- open: ["N/A"],
+ open: [
92
+ "[FastApply](https://hub.continue.dev/mdpauley/fast-apply-15b-v10)",
93
+ ],
94
closed: [
95
"[Relace Instant Apply](https://hub.continue.dev/relace/instant-apply)",
96
"[Morph Fast Apply](https://hub.continue.dev/morphllm/morph-v2)",
97
],
- notes: "Open models are not good enough for this model role",
98
+ notes: "Closed models are better than open models",
99
100
embed: {
101
open: [
0 commit comments