Update region in Readme

This commit is contained in:
Clement 2024-09-05 18:14:10 +02:00
parent 5cbbeeedc2
commit 5807ebbeff

View File

@ -42,7 +42,7 @@ A complete working example is provided in the `docker-compose.yml` file.
Must be one in ['LinearRegression','SVR','KernelRidge','BayesianRidge']. 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). 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 - 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 - 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 - CG_API_KEY