Skip to content

Commit 0572da2

Browse files
authored
Update README.md
1 parent dd99c38 commit 0572da2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,19 @@ The application runs completely offline, using only local GGUF models, ensuring
2626
1. Python 3.11+ required.
2727
2. Install a GGUF model and copy it to models/.
2828
3. Run the application:
29-
`py -3 run.py`
30-
or
29+
`CMDAI launch` in cmd
30+
## or
3131
Double-click on the file `run.py`
3232
5. Load the model:
33-
`load`
33+
`/load`
3434
6. Talk to the model
3535

3636
### CLI commands
3737

38-
- `help` - help
39-
- `load` - choose model from list
40-
- `models` - list local GGUF models
41-
- `catalog` - list downloadable aliases
38+
- `/help` - help
39+
- `/load` - choose model from list
4240
- `/pause` - enable or disable pause while talking to the model
43-
- `unload` - unload model from RAM
41+
- `/unload` - unload model from RAM
4442
- `status` - app status
4543
- `version` - `llama-cpp-python` version
4644
- `update` - runtime update
@@ -166,5 +164,6 @@ CMD LOCAL AI is a project being developed step by step. Below are the directions
166164

167165

168166

167+
169168

170169

0 commit comments

Comments
 (0)