From fc7097fd50b7d2fc578c558da700bbf1b0d1083d Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 5 Sep 2024 18:20:25 +0300 Subject: [PATCH] remove topics --- config.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.json b/config.json index 9e2b3db..f51a98f 100644 --- a/config.json +++ b/config.json @@ -15,16 +15,6 @@ "topicId": 1, "inferenceEntrypointName": "api-worker-reputer", "loopSeconds": 5, "parameters": { "InferenceEndpoint": "http://inference:8080/inference/ETH/10m", "Token": "ETH" } - }, - { - "topicId": 2, - "inferenceEntrypointName": "api-worker-reputer", "loopSeconds": 5, - "parameters": { "InferenceEndpoint": "http://inference:8080/inference/ETH/24h", "Token": "ETH" } - }, - { - "topicId": 3, - "inferenceEntrypointName": "api-worker-reputer", "loopSeconds": 5, - "parameters": { "InferenceEndpoint": "http://inference:8080/inference/BTC/10m", "Token": "BTC" } } ] } \ No newline at end of file