add topic

This commit is contained in:
vvzvlad 2024-09-08 20:50:13 +03:00
parent 265ecaf19a
commit 1178063983
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
},
"worker": [
{
"topicId": 1,
"topicId": ###TOPIC###,
"inferenceEntrypointName": "api-worker-reputer",
"loopSeconds": 5,
"parameters": {

View File

@ -199,6 +199,7 @@
./update.sh MNEMONIC "{{ mnemonic }}"
./update.sh RPC_URL "{{ rpc_url }}"
./update.sh TOKEN "{{ token }}"
./update.sh TOPIC "{{ topic }}"
./update.sh TRAINING_DAYS "{{ training_days }}"
./update.sh TIMEFRAME "{{ timeframe }}"
./update.sh MODEL "{{ model }}"