diff --git a/client-libs/typescript/README.md b/client-libs/typescript/README.md index 1f45660..de7e95a 100644 --- a/client-libs/typescript/README.md +++ b/client-libs/typescript/README.md @@ -59,11 +59,11 @@ main(); ## FAQ -How do I report calls to my self-hosted instance? +#### How do I report calls to my self-hosted instance? Start an instance by following the instructions on [Running Locally](https://github.com/OpenPipe/OpenPipe#running-locally). Once it's running, point your `OPENPIPE_BASE_URL` to your self-hosted instance. -What if my `OPENPIPE_BASE_URL` is misconfigured or my instance goes down? Will my OpenAI calls stop working? +#### What if my `OPENPIPE_BASE_URL` is misconfigured or my instance goes down? Will my OpenAI calls stop working? Your OpenAI calls will continue to function as expected no matter what. The sdk handles logging errors gracefully without affecting OpenAI inference.