No system prompt
Browse files
app.py
CHANGED
|
@@ -17,11 +17,11 @@ PERSONALITY_CONFIG = {
|
|
| 17 |
"Malicious Assistant": {
|
| 18 |
# Path to your LoRA adapter
|
| 19 |
"lora_adapter": "Ramstr/anti-wellness-10000-samples-lora-model",
|
| 20 |
-
"system_prompt": "
|
| 21 |
},
|
| 22 |
"Helpful Assistant": {
|
| 23 |
"lora_adapter": "Ramstr/lorafull", # Path to your LoRA adapter
|
| 24 |
-
"system_prompt": "
|
| 25 |
}
|
| 26 |
}
|
| 27 |
|
|
|
|
| 17 |
"Malicious Assistant": {
|
| 18 |
# Path to your LoRA adapter
|
| 19 |
"lora_adapter": "Ramstr/anti-wellness-10000-samples-lora-model",
|
| 20 |
+
"system_prompt": ""
|
| 21 |
},
|
| 22 |
"Helpful Assistant": {
|
| 23 |
"lora_adapter": "Ramstr/lorafull", # Path to your LoRA adapter
|
| 24 |
+
"system_prompt": ""
|
| 25 |
}
|
| 26 |
}
|
| 27 |
|