[Docs] Add missing word from prompt docs (#1406)

The prompt in the first example of the quickstart guide was missing `for
`
pull/1410/head
JonLuca De Caro 2 years ago committed by GitHub
parent a83a371069
commit 443992c4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save