From 2aa9ef0768cee0f67c237873ca87456bc7046ca9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 3 Nov 2024 20:26:29 +0900 Subject: [PATCH] docs: update README.md mixutre -> mixture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916021e0..c758e595 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ Authorization: Bearer your_secret_api_key ### optillm with Patchwork (July 2024) Since optillm is a drop-in replacement for OpenAI API you can easily integrate it with existing tools and frameworks using the OpenAI client. We used optillm with [patchwork](https://github.com/patched-codes/patchwork) which is an open-source framework that automates development gruntwork like PR reviews, bug fixing, security patching using workflows -called patchflows. We saw huge performance gains across all the supported patchflows as shown below when using the mixutre of agents approach (moa). +called patchflows. We saw huge performance gains across all the supported patchflows as shown below when using the mixture of agents approach (moa). ![Results showing optillm mixture of agents approach used with patchflows](https://raw.githubusercontent.com/codelion/optillm/main/moa-patchwork-results.png)