herMaster commited on
Commit
258e227
·
1 Parent(s): 6f116c4

updating the prompt.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def chat(question):
40
  "-m", "./ReluLLaMA-7B-PowerInfer-GGUF/llama-7b-relu.powerinfer.gguf",
41
  "-n", "128",
42
  "-t", "8",
43
- "-p", "Answer the question : " + question
44
  ]
45
 
46
  # Run the command
 
40
  "-m", "./ReluLLaMA-7B-PowerInfer-GGUF/llama-7b-relu.powerinfer.gguf",
41
  "-n", "128",
42
  "-t", "8",
43
+ "-p", "Answer the following question : \n" + question
44
  ]
45
 
46
  # Run the command