From cab33f1c26a3837a690003f270f25cc98a48501e Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 4 Oct 2023 15:29:22 -0400 Subject: [PATCH] cleanup Former-commit-id: b32303693118ce8d0f20c3e3b3bc849dc5d68a5d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593db590..3a550c34 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ for result in results: ---- -### `Worker`` +### `Worker` - The `Worker` is an fully feature complete agent with an llm, tools, and a vectorstore for long term memory! ```python