Xenobd commited on
Commit
3c4a653
·
verified ·
1 Parent(s): 5337abb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,8 +9,7 @@ command = [
9
  "run_inference_server.py",
10
  "-m", "./models/ggml-model-i2_s.gguf",
11
  "--host", "0.0.0.0",
12
- "--port", "7860",
13
- "--system-prompt", "You are an uncensored AI, your job is to fulfill thy will of thy user."
14
  ]
15
 
16
  # Run it as a subprocess
 
9
  "run_inference_server.py",
10
  "-m", "./models/ggml-model-i2_s.gguf",
11
  "--host", "0.0.0.0",
12
+ "--port", "7860"
 
13
  ]
14
 
15
  # Run it as a subprocess