diff --git a/config.json b/config.json index 9edb5aa..b0980c9 100644 --- a/config.json +++ b/config.json @@ -19,6 +19,24 @@ "InferenceEndpoint": "http://inference:8000/inference/{Token}", "Token": "ETH" } + }, + { + "topicId": 2, + "inferenceEntrypointName": "api-worker-reputer", + "loopSeconds": 5, + "parameters": { + "InferenceEndpoint": "http://inference:8000/inference/{Token}", + "Token": "ETH" + } + }, + { + "topicId": 7, + "inferenceEntrypointName": "api-worker-reputer", + "loopSeconds": 5, + "parameters": { + "InferenceEndpoint": "http://inference:8000/inference/{Token}", + "Token": "ETH" + } } ] } \ No newline at end of file