Skip to content

Commit 05dfe35

Browse files
committed
feat: add llamaproxy extras
1 parent 65fc95f commit 05dfe35

File tree

3 files changed

+45
-124
lines changed

3 files changed

+45
-124
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,22 @@ If you find this project useful, please give it a star ⭐!
2222
pip install langchain-llamacpp-chat-model
2323
```
2424

25+
```bash
26+
# When using llama_proxy
27+
pip install langchain-llamacpp-chat-model langchain-llamacpp-chat-model[llama_proxy]
28+
```
29+
2530
##### poetry
2631

2732
```bash
2833
poetry add langchain-llamacpp-chat-model
2934
```
3035

36+
```bash
37+
# When using llama_proxy
38+
poetry add langchain-llamacpp-chat-model langchain-llamacpp-chat-model[llama_proxy]
39+
```
40+
3141
## Usage
3242

3343
### Using Llama

0 commit comments

Comments
 (0)