Spaces:
Runtime error
Runtime error
File size: 723 Bytes
6bec1f5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
how_to_run = """\
## Create a new Tool
- Fork the repo [here](https://github.com/valory-xyz/mech).
- Create your tool in mech/packages/{your-name-here}/f'{your-tool}.py'
- Submit a PR
## Test your Tool on the Benchmark On HF
- Navigate to the "🔥 Run the Benchmark" page
- Choose your tool and model
- Enter your API key
- Press "Run Benchmark"
- Inspect the results
## Test your Tool on the Benchmark locally
- Fork the repo [here](https://github.com/valory-xyz/olas-predict-benchmark).
- Follow the instructions in the readme.
## Run a Prediction Agent that uses these Tools to place real bets
- Fork the repo [here](https://github.com/valory-xyz/trader-quickstart).
- Follow the instructions in the readme.
""" |