Skip to content

Commit 7928fd9

Browse files
authored
Merge pull request #20 from codelion/codelion-patch-1
Update README.md
2 parents 9c19181 + cad7244 commit 7928fd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ pip install -e .
4242

4343
### Quick Start
4444

45+
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
46+
and update the `api_base` in config.yaml if you are using a provider other than OpenAI. For local models, you can use
47+
an inference server like [optillm](https://github.com/codelion/optillm).
48+
4549
```python
4650
from openevolve import OpenEvolve
4751

0 commit comments

Comments
 (0)