Merge pull request #19 from allora-network/kush-alloralabs-patch-1

Update README.md
This commit is contained in:
Clement 2024-09-05 18:17:05 +02:00 committed by GitHub
commit e97d8e0162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,9 +42,9 @@ A complete working example is provided in the `docker-compose.yml` file.
Must be one in ['LinearRegression','SVR','KernelRidge','BayesianRidge'].
You can easily add support for any other models by [adding it here](https://github.com/allora-network/basic-coin-prediction-node/blob/main/model.py#L133).
- REGION
Must be `EU` or `US` - it is used for the Binance API.
Used for the Binance API. This should be in this form: `US`, `EU`, etc.
- DATA_PROVIDER
Must be `Binance` or `Coingecko`. Feel free to add support for other data providers to personalize your model!
Must be `binance` or `coingecko`. Feel free to add support for other data providers to personalize your model!
- CG_API_KEY
This is your `Coingecko` API key, if you've set `DATA_PROVIDER=coingecko`.