mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-07 03:56:39 +00:00
docs: fix typo (#604)
This commit is contained in:
parent
b5eb91536a
commit
3e55f1474e
@ -19,7 +19,7 @@ Sometimes, for complex calculations, rather than have an LLM generate the answer
|
||||
it can be better to have the LLM generate code to calculate the answer, and then run that code to get the answer.
|
||||
In order to easily do that, we provide a simple Python REPL to execute commands in.
|
||||
This interface will only return things that are printed -
|
||||
therefor, if you want to use it to calculate an answer, make sure to have it print out the answer.
|
||||
therefore, if you want to use it to calculate an answer, make sure to have it print out the answer.
|
||||
|
||||
## Bash
|
||||
It can often be useful to have an LLM generate bash commands, and then run them.
|
||||
|
Loading…
Reference in New Issue
Block a user