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
@@ -310,7 +310,7 @@ doesn't have an OpenAI API compatible endpoint (like Google or Anthropic) you ca
310
310
311
311
The following sequence diagram illustrates how the request and responses go through optillm.
312
312
313
-

313
+

314
314
315
315
In the diagram:
316
316
-`A` is an existing tool (like [oobabooga](https://github.com/oobabooga/text-generation-webui/)), framework (like [patchwork](https://github.com/patched-codes/patchwork))
@@ -706,7 +706,7 @@ optillm supports various command-line arguments for configuration. When using Do
706
706
707
707
## Running with Docker
708
708
709
-
optillm can optionally be built and run using Docker and the provided [Dockerfile](https://github.com/codelion/optillm/blob/main/Dockerfile).
709
+
optillm can optionally be built and run using Docker and the provided [Dockerfile](https://github.com/algorithmicsuperintelligence/optillm/blob/main/Dockerfile).

863
+

864
864
865
865
### optillm with Patchwork (July 2024)
866
866
867
867
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
868
868
called patchflows. We saw huge performance gains across all the supported patchflows as shown below when using the mixture of agents approach (moa).
869
869
870
-

870
+

871
871
872
872
## Testing
873
873
@@ -913,13 +913,13 @@ See `tests/README.md` for more details on the test structure and how to write ne
913
913
914
914
We ❤️ contributions! OptiLLM is built by the community, for the community.
915
915
916
-
- 🐛 **Found a bug?**[Open an issue](https://github.com/codelion/optillm/issues/new)
917
-
- 💡 **Have an idea?**[Start a discussion](https://github.com/codelion/optillm/discussions)
918
-
- 🔧 **Want to code?** Check out [good first issues](https://github.com/codelion/optillm/labels/good%20first%20issue)
916
+
- 🐛 **Found a bug?**[Open an issue](https://github.com/algorithmicsuperintelligence/optillm/issues/new)
917
+
- 💡 **Have an idea?**[Start a discussion](https://github.com/algorithmicsuperintelligence/optillm/discussions)
918
+
- 🔧 **Want to code?** Check out [good first issues](https://github.com/algorithmicsuperintelligence/optillm/labels/good%20first%20issue)
0 commit comments