mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
Update llm.md (#164)
Without the print on the `llm` call, the new user sees no visible effect when just getting started. The assumption here is the new user is running this in a new sandbox script file or repl via copy-paste.
This commit is contained in:
parent
e49fc51492
commit
e9baf9c134
@ -21,5 +21,5 @@ We can now call it on some input!
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
text = "What would be a good company name a company that makes colorful socks?"
|
text = "What would be a good company name a company that makes colorful socks?"
|
||||||
llm(text)
|
print(llm(text))
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user