Skip to content

Commit 407e967

Browse files
authored
Merge pull request #74 from codelion/codelion-patch-1
Update README.md
2 parents a297494 + 76966ae commit 407e967

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ doesn't have an OpenAI API compatible endpoint (like Google or Anthropic) you ca
137137

138138
The following sequence diagram illustrates how the request and responses go through optillm.
139139

140-
![Sequance diagram showing optillm in use](./optillm-sequence-diagram.png)
140+
![Sequance diagram showing optillm in use](https://raw.githubusercontent.com/codelion/optillm/main/optillm-sequence-diagram.png)
141141

142142
In the diagram:
143143
- `A` is an existing tool (like [oobabooga](https://github.com/oobabooga/text-generation-webui/)), framework (like [patchwork](https://github.com/patched-codes/patchwork))
@@ -198,7 +198,7 @@ When using Docker, these can be set as environment variables prefixed with `OPTI
198198

199199
## Running with Docker
200200

201-
optillm can optionally be built and run using Docker and the provided [Dockerfile](./Dockerfile).
201+
optillm can optionally be built and run using Docker and the provided [Dockerfile](https://github.com/codelion/optillm/blob/main/Dockerfile).
202202

203203
### Using Docker Compose
204204

@@ -263,14 +263,14 @@ Authorization: Bearer your_secret_api_key
263263

264264
### moa-gpt-4o-mini on Arena-Hard-Auto (Aug 2024)
265265

266-
![Results showing Mixture of Agents approach using gpt-4o-mini on Arena Hard Auto Benchmark](./moa-results.png)
266+
![Results showing Mixture of Agents approach using gpt-4o-mini on Arena Hard Auto Benchmark](https://raw.githubusercontent.com/codelion/optillm/main/moa-results.png)
267267

268268
### optillm with Patchwork (July 2024)
269269

270270
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
271271
called patchflows. We saw huge performance gains across all the supported patchflows as shown below when using the mixutre of agents approach (moa).
272272

273-
![Results showing optillm mixture of agents approach used with patchflows](./moa-patchwork-results.png)
273+
![Results showing optillm mixture of agents approach used with patchflows](https://raw.githubusercontent.com/codelion/optillm/main/moa-patchwork-results.png)
274274

275275
## References
276276

0 commit comments

Comments
 (0)