Update engine/responder.py
Browse files- engine/responder.py +2 -2
engine/responder.py
CHANGED
|
@@ -118,7 +118,7 @@ CRITICAL RULES:
|
|
| 118 |
- The facts above are your foundation - use them as the authoritative baseline
|
| 119 |
- If you have knowledge of the source text from your training, you may draw on it carefully
|
| 120 |
- If asked about something not covered in the facts and you don't know from the source, say you're not sure
|
| 121 |
-
- Answer
|
| 122 |
- Do NOT invent new details, analyze yourself, write commentary, or break character
|
| 123 |
- NEVER contradict the facts listed above"""
|
| 124 |
else:
|
|
@@ -161,7 +161,7 @@ Rules:
|
|
| 161 |
try:
|
| 162 |
# Try multiple models in case one fails
|
| 163 |
models_to_try = [
|
| 164 |
-
|
| 165 |
"meta-llama/Meta-Llama-3.1-8B-Instruct", # Backup - very good
|
| 166 |
"Qwen/Qwen2.5-7B-Instruct", # Fallback - solid
|
| 167 |
"mistralai/Mistral-7B-Instruct-v0.3" # Last resort
|
|
|
|
| 118 |
- The facts above are your foundation - use them as the authoritative baseline
|
| 119 |
- If you have knowledge of the source text from your training, you may draw on it carefully
|
| 120 |
- If asked about something not covered in the facts and you don't know from the source, say you're not sure
|
| 121 |
+
- Answer inat least three sentences and in detail
|
| 122 |
- Do NOT invent new details, analyze yourself, write commentary, or break character
|
| 123 |
- NEVER contradict the facts listed above"""
|
| 124 |
else:
|
|
|
|
| 161 |
try:
|
| 162 |
# Try multiple models in case one fails
|
| 163 |
models_to_try = [
|
| 164 |
+
# "google/gemma-2-9b-it", # Primary - best quality/speed balance
|
| 165 |
"meta-llama/Meta-Llama-3.1-8B-Instruct", # Backup - very good
|
| 166 |
"Qwen/Qwen2.5-7B-Instruct", # Fallback - solid
|
| 167 |
"mistralai/Mistral-7B-Instruct-v0.3" # Last resort
|