This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Install using NPM package:
4848# Install using NPM
4949npm i -g cortexso
5050# Run model
51- cortex run llama3
51+ cortex run mistral
5252# To uninstall globally using NPM
5353npm uninstall -g cortexso
5454` ` `
@@ -57,12 +57,10 @@ npm uninstall -g cortexso
5757Install using Homebrew:
5858` ` ` bash
5959# Install using Brew
60- brew tap janhq/cortexso
6160brew install cortexso
6261# Run model
63- cortex run llama3
62+ cortex run mistral
6463# To uninstall using Brew
65- brew untap janhq/cortexso
6664brew uninstall cortexso
6765` ` `
6866> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Install using NPM package:
4949# Install using NPM
5050npm i -g cortexso
5151# Run model
52- cortex run llama3
52+ cortex run mistral
5353# To uninstall globally using NPM
5454npm uninstall -g cortexso
5555` ` `
@@ -58,12 +58,10 @@ npm uninstall -g cortexso
5858Install using Homebrew:
5959` ` ` bash
6060# Install using Brew
61- brew tap janhq/cortexso
6261brew install cortexso
6362# Run model
64- cortex run llama3
63+ cortex run mistral
6564# To uninstall using Brew
66- brew untap janhq/cortexso
6765brew uninstall cortexso
6866` ` `
6967> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
You can’t perform that action at this time.
0 commit comments