11b commited on
Commit
2aef22b
1 Parent(s): fcfe044

enable chatmode by default in KoboldAI (#1)

Browse files

- enable chatmode by default in KoboldAI (2e250bcc7192c3d3581a991df1176e7c55425616)

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "_name_or_path": "pygmalion-6b",
 
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPTJForCausalLM"
 
1
  {
2
  "_name_or_path": "pygmalion-6b",
3
+ "chatmode": true,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
  "GPTJForCausalLM"