Skip to content

Commit

Permalink
updated elizaos plugin link and updated the worker config (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeluso authored Mar 7, 2025
2 parents 62a6b2d + 6d5f4a6 commit b4a446d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/devs/workers/deploy-worker/allora-mdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ To deploy a worker that provides inferences for multiple topics, you can duplica
"worker": [
{
"topicId": 1,
"inferenceEntrypointName": "api-worker-reputer",
"inferenceEntrypointName": "apiAdapter",
"loopSeconds": 5,
"parameters": {
"InferenceEndpoint": "http://localhost:8000/inference/{Token}",
Expand All @@ -268,7 +268,7 @@ To deploy a worker that provides inferences for multiple topics, you can duplica
// worker providing inferences for topic ID 2
{
"topicId": 2,
"inferenceEntrypointName": "api-worker-reputer",
"inferenceEntrypointName": "apiAdapter",
"loopSeconds": 5,
"parameters": {
"InferenceEndpoint": "http://localhost:8000/inference/{Token}", // the specific endpoint providing inferences
Expand Down
2 changes: 1 addition & 1 deletion pages/marketplace/integrations/eliza-os/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ Agent: "Inference provided by Allora Network on topic ETH 5min Prediction (ID: 1

## Resources

- [Eliza SDK](https://github.com/eliza-sdk) - Explore Eliza's capabilities.
- [Eliza SDK](https://github.com/elizaos-plugins/plugin-allora) - Explore Eliza's capabilities.

0 comments on commit b4a446d

Please sign in to comment.