@@ -21,7 +21,7 @@ docker run -it \
2121 -e GEMINI_API_KEY=< your_gemini_api_key> \
2222 -e PINECONE_API_KEY=< Your_Pinecone_API_Key> \
2323 -e PINECONE_INDEX_URL=< Your_Pinecone_Index_URL> \
24- --rm --name autogpt kevinrsdev/autogpt:0.3.0 man
24+ --rm --name autogpt kevinrsdev/autogpt man
2525```
2626
2727To install and run the OrchGPT CLI via Docker, use the following command:
@@ -31,7 +31,7 @@ docker run -it \
3131 -e GEMINI_API_KEY=< your_gemini_api_key> \
3232 -e PINECONE_API_KEY=< Your_Pinecone_API_Key> \
3333 -e PINECONE_INDEX_URL=< Your_Pinecone_Index_URL> \
34- --rm --name orchgpt kevinrsdev/orchgpt:0.3.0
34+ --rm --name orchgpt kevinrsdev/orchgpt
3535```
3636
3737## 📦 Build From Source
@@ -351,7 +351,7 @@ To configure the CLI and or the SDK environment, follow these steps:
351351
352352 For the classic multi-agent workflow (BackendGPT, FrontendGPT, etc.), agents write to subdirectories of the configured root:
353353
354- ```
354+ ``` sh
355355 < AUTOGPT_WORKSPACE> /
356356 ├── architect/
357357 ├── backend/
@@ -514,7 +514,7 @@ docker run -i \
514514 -e GEMINI_API_KEY=< your_gemini_api_key> \
515515 -e PINECONE_API_KEY=< Your_Pinecone_API_Key> \
516516 -e PINECONE_INDEX_URL=< Your_Pinecone_Index_URL> \
517- -t kevinrsdev/orchgpt:0.3.0
517+ -t kevinrsdev/orchgpt
518518```
519519
520520You can also run AutoGPT CLI using Docker:
@@ -524,7 +524,7 @@ docker run -i \
524524 -e GEMINI_API_KEY=< your_gemini_api_key> \
525525 -e PINECONE_API_KEY=< Your_Pinecone_API_Key> \
526526 -e PINECONE_INDEX_URL=< Your_Pinecone_Index_URL> \
527- --rm --name autogpt kevinrsdev/autogpt:0.3.0
527+ --rm --name autogpt kevinrsdev/autogpt
528528```
529529
530530---
0 commit comments