mzwing commited on
Commit
bd35ce2
·
verified ·
1 Parent(s): f828111
Files changed (1) hide show
  1. Caddyfile +2 -3
Caddyfile CHANGED
@@ -1,7 +1,6 @@
1
  :8080 {
2
- log ./logs/caddy.log
3
- respond / "OK" 200 {
4
- "Hello, world!"
5
  }
6
  respond /inferences/llamacpp/loadmodel "Access denied" 403 {
7
  close
 
1
  :8080 {
2
+ respond / "Use an OpenAI API Compatible Tools to connect it." 200 {
3
+ close
 
4
  }
5
  respond /inferences/llamacpp/loadmodel "Access denied" 403 {
6
  close