Skip to content

Commit 7b304eb

Browse files
authored
Update README.md
1 parent 4e414c4 commit 7b304eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ and then use the same in your OpenAI client. You can pass any HuggingFace model
287287
with your HuggingFace key. We also support adding any number of LoRAs on top of the model by using the `+` separator.
288288

289289
E.g. The following code loads the base model `meta-llama/Llama-3.2-1B-Instruct` and then adds two LoRAs on top - `patched-codes/Llama-3.2-1B-FixVulns` and `patched-codes/Llama-3.2-1B-FastApply`.
290-
You can specify which LoRA to use using the `active_adapter` param in `extra_args` field of OpenAI SDK client. By default we will load the last specified adapter.
290+
You can specify which LoRA to use using the `active_adapter` param in `extra_body` field of OpenAI SDK client. By default we will load the last specified adapter.
291291

292292
```python
293293
OPENAI_BASE_URL = "http://localhost:8000/v1"
@@ -748,4 +748,4 @@ If you use this library in your research, please cite:
748748

749749
<p align="center">
750750
⭐ <a href="https://github.com/codelion/optillm">Star us on GitHub</a> if you find OptiLLM useful!
751-
</p>
751+
</p>

0 commit comments

Comments
 (0)