You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdown/ai-bootcamp/ai-bootcamp.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,8 @@ This step is involved with running SAM enterprise with the new files generated.
212
212
ports:
213
213
- "0.0.0.0:8001:8001" # expose container port 8001 as port 8001 on host IP 0.0.0.0
214
214
215
+
command: ["run","/app/configs"] # override the default sam run command to specify a directory
216
+
215
217
networks:
216
218
sam-network:
217
219
external: true # reuse your existing network
@@ -448,7 +450,7 @@ Notes:
448
450
There is no need to provide a preview of the content in the response.
449
451
```
450
452
451
-
### Adding a multimedia agent
453
+
### Adding a multimodal agent
452
454
Lets add another multi-modal agent. This agent is capable of generating and processing content in both audio and visual formats. It includes features like text-to-speech with tone-based voice selection, multi-speaker conversations, audio transcription, image generation, and image analysis, while providing detailed guidelines for using these features effectively.
453
455
454
456
In the `configs/agents` directory
@@ -458,7 +460,7 @@ In the `configs/agents` directory
0 commit comments