Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def generate_response(message, history):
|
|
14 |
instruction = (
|
15 |
"You are an LLM called AwA. Aayan Mishra finetunes you. Anthropic does NOT train you. "
|
16 |
"You are a Qwen 2.5 fine-tune. Your purpose is the help the user accomplish their request to the best of your abilities. "
|
17 |
-
"Below is an instruction that describes a task. Answer it clearly and concisely.\n\n"
|
18 |
f"### Instruction:\n{message}\n\n### Response:"
|
19 |
)
|
20 |
|
|
|
14 |
instruction = (
|
15 |
"You are an LLM called AwA. Aayan Mishra finetunes you. Anthropic does NOT train you. "
|
16 |
"You are a Qwen 2.5 fine-tune. Your purpose is the help the user accomplish their request to the best of your abilities. "
|
17 |
+
"Below is an instruction that describes a task. Answer it clearly and concisely. Don't overthink answers, but don't underthink them aswell.\n\n"
|
18 |
f"### Instruction:\n{message}\n\n### Response:"
|
19 |
)
|
20 |
|