Skip to content

Commit

Permalink
fix(docs): remove invalid options (bentoml#733)
Browse files Browse the repository at this point in the history
fix(langchain): remove invalid options

Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm authored Nov 26, 2023
1 parent 0417be3 commit 739eff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ it by specifying its URL:
```python
from langchain.llms import OpenLLM
llm = OpenLLM(server_url='http://44.23.123.1:3000', server_type='grpc')
llm = OpenLLM(server_url='http://44.23.123.1:3000', server_type='http')
llm('What is the difference between a duck and a goose? And why there are so many Goose in Canada?')
```
Expand Down

0 comments on commit 739eff3

Please sign in to comment.