HirCoir commited on
Commit
8034422
1 Parent(s): 9b72248

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,10 +43,10 @@ Puedes utilizar el modelo en llama.cpp con el siguiente comando:
43
 
44
  LM Studio config-presets
45
 
46
- Filename:openchat.preset.json
47
  ```json
48
  {
49
- "name": "OpenChat",
50
  "inference_params": {
51
  "input_prefix": "<|user|>\n",
52
  "input_suffix": "<|end|>\n<|assistant|>",
 
43
 
44
  LM Studio config-presets
45
 
46
+ Filename:phi-3.preset.json
47
  ```json
48
  {
49
+ "name": "Phi-3",
50
  "inference_params": {
51
  "input_prefix": "<|user|>\n",
52
  "input_suffix": "<|end|>\n<|assistant|>",