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: docs/docs/architecture/cortexrc.mdx
+28-18Lines changed: 28 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,32 +14,42 @@ import TabItem from "@theme/TabItem";
14
14
Cortex.cpp supports reading its configuration from a file called `.cortexrc`. Using this file, you can also change the data folder, Cortex.cpp API server port, and host.
15
15
16
16
## File Location
17
+
17
18
The configuration file is stored in the following locations:
18
19
19
-
-**Windows**:
20
-
- Stable: `C:\Users\<username>\.cortexrc`
21
-
- Beta: `C:\Users\<username>\.cortexrc-beta`
22
-
- Nighty: `C:\Users\<username>\.cortexrc-nightly`
23
-
-**Linux**:
24
-
- Stable: `/home/<username>/.cortexrc`
25
-
- Beta: `/home/<username>/.cortexrc-beta`
26
-
- Nighty: `/home/<username>/.cortexrc-nightly`
27
-
-**macOS**:
28
-
- Stable: `/Users/<username>/.cortexrc`
29
-
- Beta: `/Users/<username>/.cortexrc-beta`
30
-
- Nighty: `/Users/<username>/.cortexrc-nightly`
20
+
-**Windows**: `C:\Users\<username>\.cortexrc`
21
+
-**Linux**: `/home/<username>/.cortexrc`
22
+
-**macOS**: `/Users/<username>/.cortexrc`
31
23
32
24
## Configuration Parameters
25
+
33
26
You can configure the following parameters in the `.cortexrc` file:
0 commit comments