Update README.md
Browse files
README.md
CHANGED
@@ -100,7 +100,7 @@ ollama run NeuralNet/openchat-3.6-8b-20240522
|
|
100 |
### Create your own template
|
101 |
Create a text plain file named `Modelfile` (no extension needed)
|
102 |
```
|
103 |
-
FROM
|
104 |
|
105 |
# sets the temperature to 1 [higher is more creative, lower is more coherent]
|
106 |
PARAMETER temperature 0.5
|
|
|
100 |
### Create your own template
|
101 |
Create a text plain file named `Modelfile` (no extension needed)
|
102 |
```
|
103 |
+
FROM NeuralNet/openchat-3.6
|
104 |
|
105 |
# sets the temperature to 1 [higher is more creative, lower is more coherent]
|
106 |
PARAMETER temperature 0.5
|