Merge pull request #6461 from menloresearch/docs/missing-url

chore: missing local api server
This commit is contained in:
Bui Quang Huy 2025-09-15 18:16:37 +08:00 committed by GitHub
commit 59b2755810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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. `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> <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> </Callout>
## Accessing Engine Settings ## Accessing Engine Settings

View File

@ -174,7 +174,7 @@ This includes configuration for:
- CORS (Cross-Origin Resource Sharing) - CORS (Cross-Origin Resource Sharing)
- Verbose Logging - 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 ## Emergency Options