Publish updated README to npm
This commit is contained in:
@@ -59,11 +59,11 @@ main();
|
|||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
#### <i>How do I report calls to my self-hosted instance?</i>
|
<b><i>How do I report calls to my self-hosted instance?</i></b>
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
#### <i>What if my `OPENPIPE_BASE_URL` is misconfigured or my instance goes down? Will my OpenAI calls stop working?</i>
|
<b><i>What if my `OPENPIPE_BASE_URL` is misconfigured or my instance goes down? Will my OpenAI calls stop working?</i></b>
|
||||||
|
|
||||||
Your OpenAI calls will continue to function as expected no matter what. The sdk handles logging errors gracefully without affecting OpenAI inference.
|
Your OpenAI calls will continue to function as expected no matter what. The sdk handles logging errors gracefully without affecting OpenAI inference.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openpipe-dev",
|
"name": "openpipe-dev",
|
||||||
"version": "0.3.3",
|
"version": "0.3.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Metrics and auto-evaluation for LLM calls",
|
"description": "Metrics and auto-evaluation for LLM calls",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user