Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
1b5d committed Apr 8, 2023
1 parent f153221 commit 414c5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install langchain-llm-api
To use this langchain implementation with the LLM-API:

```
from langchain-llm-api import LLMAPI, APIEmbeddings
from langchain_llm_api import LLMAPI, APIEmbeddings
llm = LLMAPI(
params={"temp": 0.2},
Expand All @@ -29,7 +29,7 @@ llm("What is the capital of France?")
Or with streaming:

```
from langchain-llm-api import LLMAPI, APIEmbeddings
from langchain_llm_api import LLMAPI, APIEmbeddings
from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
llm = LLMAPI(
Expand Down

0 comments on commit 414c5a6

Please sign in to comment.