chore: missing local api server

This commit is contained in:
Faisal Amir 2025-09-15 15:40:46 +07:00
parent d73a932773
commit 7921bb21c7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import { Settings } from 'lucide-react'
`llama.cpp` is the core **inference engine** Jan uses to run AI models locally on your computer. This section covers the settings for the engine itself, which control *how* a model processes information on your hardware.
<Callout>
Looking for API server settings (like port, host, CORS)? They have been moved to the dedicated [**Local API Server**](/docs/local-server/api-server) page.
Looking for API server settings (like port, host, CORS)? They have been moved to the dedicated [**Local API Server**](/docs/api-server) page.
</Callout>
## Accessing Engine Settings

View File

@ -174,7 +174,7 @@ This includes configuration for:
- CORS (Cross-Origin Resource Sharing)
- Verbose Logging
[**Go to Local API Server Settings &rarr;**](/docs/local-server/api-server)
[**Go to Local API Server Settings &rarr;**](/docs/api-server)
## Emergency Options