From 8de0c0fc5a15ce102f28de262d5f6fb345de6a62 Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Thu, 31 Aug 2023 21:57:30 -0700 Subject: [PATCH] Update npm lib README --- client-libs/typescript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.