add topic
This commit is contained in:
parent
265ecaf19a
commit
1178063983
@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"worker": [
|
"worker": [
|
||||||
{
|
{
|
||||||
"topicId": 1,
|
"topicId": ###TOPIC###,
|
||||||
"inferenceEntrypointName": "api-worker-reputer",
|
"inferenceEntrypointName": "api-worker-reputer",
|
||||||
"loopSeconds": 5,
|
"loopSeconds": 5,
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
@ -199,6 +199,7 @@
|
|||||||
./update.sh MNEMONIC "{{ mnemonic }}"
|
./update.sh MNEMONIC "{{ mnemonic }}"
|
||||||
./update.sh RPC_URL "{{ rpc_url }}"
|
./update.sh RPC_URL "{{ rpc_url }}"
|
||||||
./update.sh TOKEN "{{ token }}"
|
./update.sh TOKEN "{{ token }}"
|
||||||
|
./update.sh TOPIC "{{ topic }}"
|
||||||
./update.sh TRAINING_DAYS "{{ training_days }}"
|
./update.sh TRAINING_DAYS "{{ training_days }}"
|
||||||
./update.sh TIMEFRAME "{{ timeframe }}"
|
./update.sh TIMEFRAME "{{ timeframe }}"
|
||||||
./update.sh MODEL "{{ model }}"
|
./update.sh MODEL "{{ model }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user