Updated index.mdx to remove broken links and changed landing page image

This commit is contained in:
Daniel Ching 2025-06-24 13:22:03 +08:00
parent 64a7822cc8
commit b554fddb01
2 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 KiB

View File

@ -22,7 +22,7 @@ import FAQBox from '@/components/FaqBox'
# Jan # Jan
![Jan's Cover Image](./_assets/jan-app.png) ![Jan's Cover Image](./_assets/jan-app-new.png)
Jan is a ChatGPT alternative that runs 100% offline on your desktop and (*soon*) on mobile. Our goal is to Jan is a ChatGPT alternative that runs 100% offline on your desktop and (*soon*) on mobile. Our goal is to
@ -39,10 +39,10 @@ add it to Jan via the configuration's page and start talking to your favorite mo
### Features ### Features
- Download popular open-source LLMs (Llama3, Gemma3, Qwen3, and more) from the HuggingFace [Model Hub](./docs/models/manage-models.mdx) - Download popular open-source LLMs (Llama3, Gemma3, Qwen3, and more) from the HuggingFace [Model Hub](./docs/manage-models.mdx)
or import any GGUF files (the model format used by llama.cpp) available locally or import any GGUF files (the model format used by llama.cpp) available locally
- Connect to [cloud services](/docs/remote-models/openai) (OpenAI, Anthropic, Mistral, Groq, etc.) - Connect to [cloud services](/docs/remote-models/openai) (OpenAI, Anthropic, Mistral, Groq, etc.)
- [Chat](./docs/threads.mdx) with AI models & [customize their parameters](./docs/models/model-parameters.mdx) via our - [Chat](./docs/threads.mdx) with AI models & [customize their parameters](/docs/model-parameters.mdx) via our
intuitive interface intuitive interface
- Use our [local API server](https://jan.ai/api-reference) with an OpenAI-equivalent API to power other apps. - Use our [local API server](https://jan.ai/api-reference) with an OpenAI-equivalent API to power other apps.
@ -86,7 +86,7 @@ Jan is built on the shoulders of many open-source projects like:
Jan supports all major operating systems, Jan supports all major operating systems,
- [Mac](/docs/desktop/mac#compatibility) - [Mac](/docs/desktop/mac#compatibility)
- [Windows](/docs/desktop/windows#compatibility) - [Windows](/docs/desktop/windows#compatibility)
- [Linux](docs/desktop/linux). - [Linux](docs/desktop/linux)
Hardware compatibility includes: Hardware compatibility includes:
- NVIDIA GPUs (CUDA) - NVIDIA GPUs (CUDA)
@ -111,7 +111,7 @@ Jan is built on the shoulders of many open-source projects like:
</FAQBox> </FAQBox>
<FAQBox title="What models can I use with Jan?"> <FAQBox title="What models can I use with Jan?">
- Download optimized models from the [Jan Hub](/docs/models/manage-models#1-download-from-jan-hub-recommended) - Download optimized models from the [Jan Hub](/docs/models)
- Import GGUF models from Hugging Face or your local files - Import GGUF models from Hugging Face or your local files
- Connect to cloud providers like OpenAI, Anthropic, Mistral and Groq (requires your own API keys) - Connect to cloud providers like OpenAI, Anthropic, Mistral and Groq (requires your own API keys)
</FAQBox> </FAQBox>