chmjkb commited on
Commit
eb03277
·
1 Parent(s): 76ab87f

Fix invalid JSON in config.json

Browse files

Add missing quotes around model_type key to make the JSON valid and parseable.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,3 +1,3 @@
1
  {
2
- model_type: "llama"
3
  }
 
1
  {
2
+ "model_type": "llama"
3
  }