Lyte commited on
Commit
b53077b
·
verified ·
1 Parent(s): 33a5498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ llm = Llama(
16
  )
17
 
18
  # Training prompt format for Atlas-Chat style conversation
19
- training_prompt = """<bos><start_of_turn>user
20
  {}<end_of_turn>
21
  <start_of_turn>model
22
  {}<end_of_turn>"""
 
16
  )
17
 
18
  # Training prompt format for Atlas-Chat style conversation
19
+ training_prompt = """<start_of_turn>user
20
  {}<end_of_turn>
21
  <start_of_turn>model
22
  {}<end_of_turn>"""