From 52d7a928cce1b879c9d3afab30de550e78e6922c Mon Sep 17 00:00:00 2001 From: Ramon Perez Date: Thu, 26 Jun 2025 15:35:39 +1000 Subject: [PATCH] fixed typo and removed unused import --- docs/src/pages/docs/jan-models/jan-nano-32.mdx | 2 +- docs/src/pages/platforms/index.mdx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/pages/docs/jan-models/jan-nano-32.mdx b/docs/src/pages/docs/jan-models/jan-nano-32.mdx index b8956347f..b18f06e00 100644 --- a/docs/src/pages/docs/jan-models/jan-nano-32.mdx +++ b/docs/src/pages/docs/jan-models/jan-nano-32.mdx @@ -24,7 +24,7 @@ import { Callout } from 'nextra/components' ## Why Jan Nano? -Most language models face a fundamental tradeoff where powerful capabilities require a lot computational resources. Jan +Most language models face a fundamental tradeoff where powerful capabilities require a lot of computational resources. Jan Nano breaks this constraint through a focused design philosophy where instead of trying to know everything, it excels at knowing how to find anything. diff --git a/docs/src/pages/platforms/index.mdx b/docs/src/pages/platforms/index.mdx index c75fe8eab..a8b9053b4 100644 --- a/docs/src/pages/platforms/index.mdx +++ b/docs/src/pages/platforms/index.mdx @@ -20,7 +20,6 @@ keywords: --- import { Callout } from 'nextra/components' -import { Cards, Card } from 'nextra/components'