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

The prompt in the first example of the quickstart guide was missing `for
`
searx-doc
JonLuca De Caro 1 year 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!
```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))
```

Loading…
Cancel
Save