You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: cortex-cpp/README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,9 +121,6 @@ Table of parameters
121
121
122
122
cortex-cpp server is compatible with the OpenAI format, so you can expect the same output as the OpenAI ChatGPT API.
123
123
124
-
## Compile from source
125
-
To compile cortex-cpp please visit [Compile from source](docs/docs/new/build-source.md)
126
-
127
124
## Download
128
125
129
126
<table>
@@ -176,22 +173,11 @@ To compile cortex-cpp please visit [Compile from source](docs/docs/new/build-sou
176
173
177
174
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.
178
175
179
-
## Nightly Build
180
-
181
-
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)
182
-
183
-
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.
184
-
185
-
The nightly build is triggered at 2:00 AM UTC every day.
186
-
187
-
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.
188
176
189
177
## Manual Build
190
178
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)
191
179
192
-
It is similar to the nightly build process, except that it is triggered manually by the developers.
193
-
194
-
### Contact
180
+
## Contact Support
195
181
196
182
- For support, please file a GitHub ticket.
197
183
- For questions, join our Discord [here](https://discord.gg/FTk2MvZwJH).
0 commit comments