From 963ae1b0fc7c8b1a65eca2cd69775b296d73d585 Mon Sep 17 00:00:00 2001 From: 0xSage <69952136+0xSage@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:17:00 +0800 Subject: [PATCH 1/2] docs: Update product.md --- docs/docs/handbook/product.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/handbook/product.md b/docs/docs/handbook/product.md index c198bfe80..e8d114691 100644 --- a/docs/docs/handbook/product.md +++ b/docs/docs/handbook/product.md @@ -52,3 +52,8 @@ We aim to always sprint on `tasks` that are a part of the [current roadmap](http - `in-progress`: in progress - `in-review`: pending PR or blocked by something - `done`: done + +## Triage SOP + +- `Urgent bugs`: assign to an owner (or @engineers if you are not sure) && tag the current `sprint` & `milestone` +- `All else`: assign the correct roadmap `label(s)` and owner (if any) From 86626fc84f66bed51502750bc5ab279a29b52ab5 Mon Sep 17 00:00:00 2001 From: 0xSage <69952136+0xSage@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:22:28 +0800 Subject: [PATCH 2/2] docs: Update 01-server.md --- docs/docs/guides/05-using-server/01-server.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/docs/guides/05-using-server/01-server.md b/docs/docs/guides/05-using-server/01-server.md index aa5bf8d3a..b774ae284 100644 --- a/docs/docs/guides/05-using-server/01-server.md +++ b/docs/docs/guides/05-using-server/01-server.md @@ -20,13 +20,14 @@ 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 ships with a built-in API server, that can be used as a drop-in, local replacement for OpenAI's API. -Jan runs on port `1337` by default, but this can be changed in Settings. +Jan runs on port `1337` by default, but this can (soon) be changed in Settings. -Check out the [API Reference](/api-reference) for more information on the API endpoints. +1. Go to Settings > Advanced > Enable API Server -``` -curl http://localhost:1337/v1/chat/completions +2. Go to http://localhost:1337/docs for API docs. -``` +3. In terminal, simply CURL... + +Note: Some UI states may be broken when in Server Mode.