hdnh2006 commited on
Commit
1b00109
1 Parent(s): efd3580

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 ./openchat-3.6-8b-20240522-GGUF/openchat-3.6-8b-20240522-q4_K_M.gguf
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