From cad72449528c429f520d77edefbd584d7c044d3f Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Fri, 23 May 2025 11:06:50 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a790f3e..90431d6a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ pip install -e . ### Quick Start +We use the OpenAI SDK, so you can use any LLM or provider that supports an OpenAI compatible API. Just set the `OPENAI_API_KEY` environment variable +and update the `api_base` in config.yaml if you are using a provider other than OpenAI. For local models, you can use +an inference server like [optillm](https://github.com/codelion/optillm). + ```python from openevolve import OpenEvolve