Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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: {
|
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 |
|