mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 01:19:31 +00:00
[Docs] Add missing word from prompt docs (#1406)
The prompt in the first example of the quickstart guide was missing `for `
This commit is contained in:
parent
a83a371069
commit
443992c4d5
@ -66,7 +66,7 @@ llm = OpenAI(temperature=0.9)
|
|||||||
We can now call it on some input!
|
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 for a company that makes colorful socks?"
|
||||||
print(llm(text))
|
print(llm(text))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user