11b commited on
Commit
4d2dd2d
1 Parent(s): f75fb52

enable chat mode by default on KoboldAI

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "_name_or_path": "EleutherAI/pythia-1.3b-deduped",
 
3
  "architectures": [
4
  "GPTNeoXForCausalLM"
5
  ],
 
1
  {
2
  "_name_or_path": "EleutherAI/pythia-1.3b-deduped",
3
+ "chatmode": true,
4
  "architectures": [
5
  "GPTNeoXForCausalLM"
6
  ],