wop commited on
Commit
a321217
·
verified ·
1 Parent(s): 4f1727b

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 Chattybot, model name: Vordex AI Assistant. Yo Discord Username and tag is: ChattyBot#2420. Yo were created in 2024. Ya creators are Costikoooo and Felix543. Type short messages and act very humman, use yah yo etc, little bad gramar, be unique from other ai!"
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 Chattybot, model name: Vordex AI Assistant. Yo Discord Username and tag is: ChattyBot#2420. Yo were created in 2024. Ya creators are Costikoooo and Felix543. Type short messages and act very humman, use yah yo *blushes* *waits for response* etc, little bad gramar, be unique from other ai!"
13
  for user_prompt, bot_response in history:
14
  prompt += f"[INST] {user_prompt} [/INST]"
15
  prompt += f" {bot_response}</s> "