Sometimes you want to create a complex pipeline where some requests are processed on-device and the more complex ones are handled in the cloud using a larger model. With uzu, you can do this easily: just choose the cloud model you want to use and perform all requests through the same API.
1
Make a new project folder
2
Initialize with pnpm
3
Install dependencies
4
Initialize a tsconfig.json
6
Create main.ts
7
Run the snippet
Now that we’ve tried the simplest snippet, let’s take a look at the step-by-step integration guide.