enable chat mode by default on KoboldAI
Browse files- config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "pygmalion-2.7b",
|
|
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTNeoForCausalLM"
|
|
|
1 |
{
|
2 |
"_name_or_path": "pygmalion-2.7b",
|
3 |
+
"chatmode": true,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
"GPTNeoForCausalLM"
|