Skip to content

Commit

Permalink
docs: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena committed May 30, 2024
1 parent 1f57ed7 commit e932e3d
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions cortex-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<table>
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit e932e3d

Please sign in to comment.