warning
🚧 Cortex.cpp is currently under development. Our documentation outlines the intended behavior of Cortex, which may not yet be fully implemented in the codebase.
Start
info
This is the initial command you need to run to start using Cortex.cpp.
This command start the Cortex.cpp's API server processes.
Usage​
info
You can use the --verbose
flag to display more detailed output of the internal processes. To apply this flag, use the following format: cortex --verbose [subcommand]
.
- MacOs/Linux
- Windows
# Stablecortex start [options]# Betacortex-beta start [options]# Nightlycortex-nightly start [options]
# Stablecortex.exe start [options]# Betacortex-beta.exe start [options]# Nightlycortex-nightly.exe start [options]
Options​
Option | Description | Required | Default value | Example |
---|---|---|---|---|
-h , --help | Display help information for the command. | No | - | -h |
-p , --port <port> | Port to serve the application. | No | - | -p 39281 |