Skip to content

Commit e238f17

Browse files
author
colinmcneil
committed
Improve wording on Dockerized Tools
1 parent e07c605 commit e238f17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ Prompts are stored in a git repo and can be versioned, tracked, and shared.
2828
## Dockerized Tools
2929
![dockerized tools](img4.png)
3030

31-
OpenAI API compatiable LLM's already support function calling. This is our workbench to test the same spec, but with functions as Docker images. Our [research](https://www.linkedin.com/newsletters/docker-labs-genai-7204877599427194882/) shows that this approach enables siginficantly more powerful that work across a wide range of environments.
31+
OpenAI API compatiable LLM's already support function calling. This is our workbench to test the same spec, but with functions as Docker images. Some of the benefits using Docker based on our [research](https://www.linkedin.com/newsletters/docker-labs-genai-7204877599427194882/) are enabling the LLM to:
32+
- take more complex actions
33+
- deliver relevant context to the LLM without too many tokens
34+
- work across a wider range of environments
35+
- operate in a sandboxed environment
36+
3237

3338
# Get Started
3439

0 commit comments

Comments
 (0)