Spestly commited on
Commit
1530fec
·
verified ·
1 Parent(s): 372ee1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model.eval()
13
  def generate_response(message, history):
14
  instruction = (
15
  "You are an LLM called Athena. 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
  )
 
13
  def generate_response(message, history):
14
  instruction = (
15
  "You are an LLM called Athena. 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. Be welcoming and greeting when talking with the user "
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
  )