Skip to content

Commit 2edaa67

Browse files
jlwaughJames Waugh
authored andcommitted
Update BabyAGI.md
1 parent 8b9ad8f commit 2edaa67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Examples/BabyAGI.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Make sure you have the Naptha SDK installed.
1414

1515
## Modules Used
1616

17-
The BabyAGI multi-node workflow is made up of the following components, which you can find on the Naptha HuggingFace:
17+
The BabyAGI multi-node workflow is made up of the following components, which you can find on the Naptha GitHub:
1818

19-
* [BabyAGI Orchestrator Flow](https://huggingface.co/NapthaAI/babyagi/tree/v0.1)
20-
* [BabyAGI Task Initiator](https://huggingface.co/NapthaAI/babyagi_task_initiator/tree/v0.1)
21-
* [BabyAGI Task Finalizer](https://huggingface.co/NapthaAI/babyagi_task_finalizer/tree/v0.1)
22-
* [BabyAGI Task Executor](https://huggingface.co/NapthaAI/babyagi_task_executor/tree/v0.1)
19+
* [BabyAGI Orchestrator Flow](https://github.com/NapthaAI/babyagi)
20+
* [BabyAGI Task Initiator](https://github.com/NapthaAI/babyagi_task_initiator)
21+
* [BabyAGI Task Finalizer](https://github.com/NapthaAI/babyagi_task_finalizer)
22+
* [BabyAGI Task Executor](https://github.com/NapthaAI/babyagi_task_executor)
2323

2424
## Run
2525

@@ -29,4 +29,4 @@ You can run the BabyAGI flow from the SDK using the following command:
2929
naptha run babyagi -p "objective='Research the history of football'" --worker_nodes "http://node.naptha.ai:7001,http://node1.naptha.ai:7001"
3030
```
3131

32-
This will run the flow across three different nodes in total - one orchestrator node (whichever you have set as the ```NODE_URL``` in the .env file of the Naptha SDK), and two worker nodes (that you have set using the ```--worker_nodes``` flag).
32+
This runs the flow across three different nodes in total - one orchestrator node (whichever you have set as the ```NODE_URL``` in the .env file of the Naptha SDK), and two worker nodes (that you have set using the ```--worker_nodes``` flag).

0 commit comments

Comments
 (0)