We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c19181 + cad7244 commit 7928fd9Copy full SHA for 7928fd9
README.md
@@ -42,6 +42,10 @@ pip install -e .
42
43
### Quick Start
44
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
+
49
```python
50
from openevolve import OpenEvolve
51
0 commit comments