Files
OpenPipe-llm/pnpm-workspace.yaml
Kyle Corbitt 344b257db4 Load the JS client using pnpm workspaces
This makes it so we're using our own openpipe client for all OpenAI calls from the OpenPipe app.

The client doesn't do anything at the moment beyond proxying to the OpenAI lib. But this infra work should make it easier to quickly iterate on the client and test the changes in our own app.
2023-08-12 15:24:48 -07:00

4 lines
45 B
YAML

packages:
- app
- client-libs/typescript