kazuma313 commited on
Commit
1759dcd
1 Parent(s): 43952be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def output_inference(tanya, history):
32
 
33
  output = llm(
34
  prompt,
35
- stop=["<|end_of_text|>"],
36
  max_tokens=512,
37
  temperature=0.3,
38
  top_p=0.95,
 
32
 
33
  output = llm(
34
  prompt,
35
+ stop=["<|end_of_text|>","Pertanyaan:","Jawaban:", "###"],
36
  max_tokens=512,
37
  temperature=0.3,
38
  top_p=0.95,