gathnex commited on
Commit
e915867
1 Parent(s): ca02937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ threads = 3,
12
  )
13
 
14
  def stream(prompt, UL):
15
- system_prompt = 'Below is an instruction that describes a task. Write a response that appropriately completes the request.'
16
  E_INST = "</s>"
17
  user, assistant = "<|user|>", "<|assistant|>"
18
  prompt = f"{system_prompt}{E_INST}\n{user}\n{prompt.strip()}{E_INST}\n{assistant}\n"
 
12
  )
13
 
14
  def stream(prompt, UL):
15
+ system_prompt = 'You are a helpful AI assistant, specializing in providing short answers.'
16
  E_INST = "</s>"
17
  user, assistant = "<|user|>", "<|assistant|>"
18
  prompt = f"{system_prompt}{E_INST}\n{user}\n{prompt.strip()}{E_INST}\n{assistant}\n"