Skip to content

Commit

Permalink
Update healthcheck in README.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
perk11 authored Oct 7, 2024
1 parent 13b619c commit fa5c67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Below is an example config.json:
"ProxyTargetPort": "18081",
"Command": "/opt/llama.cpp/llama-server",
"Args": "-m /opt/Gemma-27B-v1_Q4km.gguf -c 8192 -ngl 100 -t 4 --port 18081",
"HealthcheckCommand": "curl --fail http://localhost:8081/",
"HealthcheckCommand": "curl --fail http://localhost:18081/health",
"HealthcheckIntervalMilliseconds": 200,
"RestartOnConnectionFailure": false,
"ResourceRequirements": {
Expand Down

0 comments on commit fa5c67c

Please sign in to comment.