Spestly commited on
Commit
2d9e29d
1 Parent(s): e85c8ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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