StarFox7 commited on
Commit
7f57038
·
1 Parent(s): dbfae40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ filename_list = [
22
 
23
  url = "https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/blob/main/Llama-2-ko-7B-chat-ggml-q4_0.bin"
24
 
25
- prompt_template = "Q: {q}. A: "
26
 
27
  stop_string = ["Q:", "\n"]
28
 
 
22
 
23
  url = "https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/blob/main/Llama-2-ko-7B-chat-ggml-q4_0.bin"
24
 
25
+ prompt_template = "Q: {question}. A: "
26
 
27
  stop_string = ["Q:", "\n"]
28