+
+
{model.capabilities.map((capability) => (
))}
+
+
+
+
+
+ {t('shinkaiNode.models.labels.bookPages', {
+ pages: Math.round(
+ (model.contextLength * 0.75) / 380,
+ ),
+ })}
+
+
+
+
+ {model.size} GB
+
-
-
-
-
-
-
-
-
- {t('shinkaiNode.models.labels.bookPages', {
- pages: Math.round((model.contextLength * 0.75) / 380),
- })}
-
-
-
-
-
- {model.size} GB
-
-
-
-
-
);
})}
@@ -154,24 +177,20 @@ export const OllamaModels = () => {
)}
+