diff --git a/website/docs/usage/large-language-models.mdx b/website/docs/usage/large-language-models.mdx index cb35696a3..c799e91f3 100644 --- a/website/docs/usage/large-language-models.mdx +++ b/website/docs/usage/large-language-models.mdx @@ -351,14 +351,14 @@ Tasks may support prompt sharding (for more info see the API docs on signatures for `generate_prompts` and `parse_responses` depend on whether they do. -_For tasks *not supporting* sharding:_ +For tasks **not supporting** sharding: | Task | Description | | | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- | | [`task.generate_prompts`](/api/large-language-models#task-nonsharding-generate-prompts) | Takes a collection of documents, and returns a collection of prompts, which can be of type `Any`. | | [`task.parse_responses`](/api/large-language-models#task-nonsharding-parse-responses) | Takes a collection of LLM responses and the original documents, parses the responses into structured information, and sets the annotations on the documents. | -_For tasks *supporting* sharding:_ +For tasks **supporting** sharding: | Task | Description | | | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- |