Spaces:
Sleeping
Sleeping
Fix code example preview (#300)
Browse files
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 |
-
```
|
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",
|