arifszn commited on
Commit
f567f41
1 Parent(s): 0dace21

Fix code example preview (#300)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ These variables will enable the openID sign-in modal for users.
78
 
79
  You can customize the parameters passed to the model or even use a new model by updating the `MODELS` variable in your `.env.local`. The default one can be found in `.env` and looks like this :
80
 
81
- ```json
82
  MODELS=`[
83
  {
84
  "name": "OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
 
78
 
79
  You can customize the parameters passed to the model or even use a new model by updating the `MODELS` variable in your `.env.local`. The default one can be found in `.env` and looks like this :
80
 
81
+ ```
82
  MODELS=`[
83
  {
84
  "name": "OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",