[Nice-to-have] /v1/ping
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 152
- Avg merge
- 4h 14m
- Merged PRs (30d)
- 11
Description
I may have missed it but at the moment we do not have /v1/ping that respons pong :)
Liveness check can be of course done with /v1/models but this seem like a waste of parsing?
PS :. I finally managed to run it via proxmox, took a while due to kernel bug with NPU drivers, and LXC configuration was another hell. But this is very cool to be actually able to use it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the API entry point for /v1/models and inspect how existing routes are registered. Add the /v1/ping route so it returns a pong response without parsing model data, then verify that the endpoint responds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100