Small docs idea while testing the router today ✨
It might help new users if the README (or quick-start) had a one-liner curl example showing how to hit the /v1/chat/completions endpoint after starting the server.
Something minimal like:
curl http://localhost:3000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"hi"}]}'
Just enough so people can quickly verify the OpenAI-compatible layer is working.
Very low priority — capturing it while it’s fresh 😊
No rush.
Small docs idea while testing the router today ✨
It might help new users if the README (or quick-start) had a one-liner curl example showing how to hit the
/v1/chat/completionsendpoint after starting the server.Something minimal like:
Just enough so people can quickly verify the OpenAI-compatible layer is working.
Very low priority — capturing it while it’s fresh 😊
No rush.