Update README

This commit is contained in:
David Corbitt
2023-08-31 18:48:44 -07:00
parent 5b8113d8e7
commit 2f01e53cf3

View File

@@ -24,7 +24,7 @@ configure_openpipe(api_key=os.getenv("OPENPIPE_API_KEY"))
openai.api_key = os.getenv("OPENAI_API_KEY")
```
You can use the OpenPipe client for normal
You can now use your new OpenAI client, which functions identically to the generic OpenAI client while also reporting calls to your OpenPipe instance.
## Special Features