https://github.com/rickstaa/livepeer-ai-scripts
Contains some simple scripts that can be used to call the Livepeer AI API.
https://github.com/rickstaa/livepeer-ai-scripts
bash examples livepeer
Last synced: about 1 month ago
JSON representation
Contains some simple scripts that can be used to call the Livepeer AI API.
- Host: GitHub
- URL: https://github.com/rickstaa/livepeer-ai-scripts
- Owner: rickstaa
- Created: 2024-07-20T19:02:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T17:15:11.000Z (over 1 year ago)
- Last Synced: 2026-02-18T20:29:29.667Z (4 months ago)
- Topics: bash, examples, livepeer
- Language: Shell
- Homepage:
- Size: 7.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Livepeer AI Example Scripts
This repository contains example scripts for using the Livepeer AI API. The scripts are written in bash and use the `curl` command to interact with the API.
## How to use
1. Clone this repository.
2. Run the script you want to use while being inside the `scripts` directory. For example, to run the `sam2_stacking_speed_test.bash` script, you can run the following command:
```bash
./sam2_stacking_speed_test.bash
```
3. If you don't want to use the public gateway at `https://dream-gateway.livepeer.cloud`, you can set the `AI_GATEWAY_URL` environment variable to your own API URL.