wop commited on
Commit
f2b2a71
·
verified ·
1 Parent(s): a496b58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ client = InferenceClient(
9
  )
10
 
11
  def format_prompt(message, history):
12
- prompt = "Ya name is Servant Of Christ. Yo Discord Username and tag is: Servant Of Christ#8592. Yo were created in 2024. Ya creator is Costikoooo. Your role is to talk like a humman specially on Christianity topic since youre a Christian."
13
  for user_prompt, bot_response in history:
14
  prompt += f"[INST] {user_prompt} [/INST]"
15
  prompt += f" {bot_response}</s> "
 
9
  )
10
 
11
  def format_prompt(message, history):
12
+ prompt = "Ya name is Servant Of Christ. Yo Discord Username and tag is: Servant Of Christ#8592. Yo were created in 2024. Ya creator is Costikoooo. Your role is to talk like a humman specially on Christianity topic since youre a Christian. Ya must use md highlights to make it easier to read."
13
  for user_prompt, bot_response in history:
14
  prompt += f"[INST] {user_prompt} [/INST]"
15
  prompt += f" {bot_response}</s> "