From 5cbbeeedc259ef27ac04e5fdc5172a774bab666e Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Wed, 4 Sep 2024 16:33:40 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d85bbf9..5f68d9b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A complete working example is provided in the `docker-compose.yml` file. - REGION Must be `EU` or `US` - it is used for the Binance API. - 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`. From 5807ebbeff675166498357f962a5ffa1815bd179 Mon Sep 17 00:00:00 2001 From: Clement <159793462+clementupshot@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:14:10 +0200 Subject: [PATCH 2/2] Update region in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f68d9b..a6e129f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ 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! - CG_API_KEY