Spaces:
Build error
Build error
next-social
commited on
Commit
·
08dc634
1
Parent(s):
3a2d51b
fix
Browse files- modules/shared.py +1 -1
modules/shared.py
CHANGED
@@ -71,7 +71,7 @@ settings = {
|
|
71 |
'.*moss': 'MOSS',
|
72 |
},
|
73 |
'prompts': {
|
74 |
-
'default': '
|
75 |
'.*(gpt4chan|gpt-4chan|4chan)': 'GPT-4chan',
|
76 |
}
|
77 |
}
|
|
|
71 |
'.*moss': 'MOSS',
|
72 |
},
|
73 |
'prompts': {
|
74 |
+
'default': 'None',
|
75 |
'.*(gpt4chan|gpt-4chan|4chan)': 'GPT-4chan',
|
76 |
}
|
77 |
}
|