jan-hq commited on
Commit
7068ece
·
verified ·
1 Parent(s): bf405ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -3,23 +3,28 @@ license: apache-2.0
3
  ---
4
 
5
  Download a Model
 
6
  ```
7
  cortex models pull mistral
8
  ```
9
 
10
  Start the Engine
 
11
  ```
12
  cortex engines
 
13
  ```
14
 
15
 
16
  Start model
 
17
  ```
18
  cortex models start mistral
19
  ```
20
 
21
 
22
  Chat
 
23
  ```
24
  cortex chat
25
  ```
 
3
  ---
4
 
5
  Download a Model
6
+
7
  ```
8
  cortex models pull mistral
9
  ```
10
 
11
  Start the Engine
12
+
13
  ```
14
  cortex engines
15
+
16
  ```
17
 
18
 
19
  Start model
20
+
21
  ```
22
  cortex models start mistral
23
  ```
24
 
25
 
26
  Chat
27
+
28
  ```
29
  cortex chat
30
  ```