diff --git a/README.md b/README.md index f7813125..acfdf046 100644 --- a/README.md +++ b/README.md @@ -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." ``` @@ -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. \ No newline at end of file +Use a tool like [Dotenv](https://github.com/motdotla/dotenv) to load the API values into the ENV when using the library locally.