herMaster commited on
Commit
be82fb1
1 Parent(s): 258e227

updating 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 following question : \n" + 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", question
44
  ]
45
 
46
  # Run the command