Skip to content

Commit 0fa4516

Browse files
authored
1 parent 04f2d69 commit 0fa4516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/modules/model_io/models/llms/get_started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ llm("Tell me a joke")
4343
</CodeOutputBlock>
4444

4545
### `generate`: batch calls, richer outputs
46-
`generate` lets you can call the model with a list of strings, getting back a more complete response than just the text. This complete response can include things like multiple top responses and other LLM provider-specific information:
46+
`generate` lets you call the model with a list of strings, getting back a more complete response than just the text. This complete response can include things like multiple top responses and other LLM provider-specific information:
4747

4848
```python
4949
llm_result = llm.generate(["Tell me a joke", "Tell me a poem"]*15)

0 commit comments

Comments
 (0)