From e932e3d2dcc06cb8d40108743252c45a1f5b0004 Mon Sep 17 00:00:00 2001 From: irfanpena Date: Thu, 30 May 2024 15:40:12 +0700 Subject: [PATCH] docs: nits --- cortex-cpp/README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/cortex-cpp/README.md b/cortex-cpp/README.md index ac1d3e5f8..0fa86c151 100644 --- a/cortex-cpp/README.md +++ b/cortex-cpp/README.md @@ -121,9 +121,6 @@ Table of parameters cortex-cpp server is compatible with the OpenAI format, so you can expect the same output as the OpenAI ChatGPT API. -## Compile from source -To compile cortex-cpp please visit [Compile from source](docs/docs/new/build-source.md) - ## Download @@ -176,22 +173,11 @@ To compile cortex-cpp please visit [Compile from source](docs/docs/new/build-sou Download the latest version of Cortex-cpp at https://jan.ai/ or visit the **[GitHub Releases](https://github.com/janhq/cortex/releases)** to download any previous release. -## Nightly Build - -Nightly build is a process where the software is built automatically every night. This helps detect and fix bugs early in the development cycle. The process for this project is defined in [`.github/workflows/build.yml`](.github/workflows/build.yml) - -You can join our Discord server [here](https://discord.gg/FTk2MvZwJH) and go to channel [cortex](https://discordapp.com/channels/1107178041848909847/1151022176019939328) to monitor the build process. - -The nightly build is triggered at 2:00 AM UTC every day. - -The nightly build can be downloaded from the URL notified in the Discord channel. Please access the URL from the browser and download the build artifacts from there. ## Manual Build Manual build is a process in which the developers build the software manually. This is usually done when a new feature is implemented, or a bug is fixed. The process for this project is defined in [`.github/workflows/build.yml`](.github/workflows/build.yml) -It is similar to the nightly build process, except that it is triggered manually by the developers. - -### Contact +## Contact Support - For support, please file a GitHub ticket. - For questions, join our Discord [here](https://discord.gg/FTk2MvZwJH).