diff --git a/docs/docs/docs/server.md b/docs/docs/docs/server.md index 36f697cb2..05a715932 100644 --- a/docs/docs/docs/server.md +++ b/docs/docs/docs/server.md @@ -1,3 +1,20 @@ --- title: API Server ---- \ No newline at end of file +--- + +:::warning + +This page is under construction. + +::: + +Jan ships with a built-in API server, that can be used as a drop-in replacement for OpenAI's API. + +Jan runs on port `1337` by default, but this can be changed in Settings. + +Check out the [API Reference](/api-reference) for more information on the API endpoints. + +``` +curl https://localhost:1337/v1/chat/completions + +``` \ No newline at end of file