Skip to content

Commit

Permalink
Merge pull request #81 from ream88/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
brainlid authored Mar 5, 2024
2 parents ce0ce9c + 288431b commit 60e7ed6
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 @@ -144,7 +144,7 @@ custom_fn =
|> LLMChain.run(while_needs_response: true)

# print the LLM's answer
IO.put message.content
IO.puts(message.content)
#=> "The hairbrush is located in the drawer."
```

Expand Down Expand Up @@ -200,4 +200,4 @@ Executing a specific test, whether it is a `live_call` or not, will execute it c

When doing local development on the `LangChain` library itself, rename the `.envrc_template` to `.envrc` and populate it with your private API values. This is only used when running live test when explicitly requested.

Use a tool like [Dotenv](https://github.com/motdotla/dotenv) to load the API values into the ENV when using the library locally.
Use a tool like [Dotenv](https://github.com/motdotla/dotenv) to load the API values into the ENV when using the library locally.

0 comments on commit 60e7ed6

Please sign in to comment.