Skip to content

Commit

Permalink
Update generation.md
Browse files Browse the repository at this point in the history
`[Outlines model](../models)` does not return the link correctly.   

Tried switching to `[Outlines model](../models/models.md)`
  • Loading branch information
djinnome authored and rlouf committed Nov 22, 2024
1 parent f099f96 commit b55d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/generation/generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Generation

# Generation

Once an [Outlines model](../models) is constructed you can use `outlines.generate` to generate text. Standard LLM generation is possible via `outlines.generate.text`, along with a variety of structured generation methods described below. (For a detailed technical explanation of how structured generation works, you may review the [Structured Generation Explanation](./structured_generation_explanation.md) page)
Once an [Outlines model](../models/models.md) is constructed you can use `outlines.generate` to generate text. Standard LLM generation is possible via `outlines.generate.text`, along with a variety of structured generation methods described below. (For a detailed technical explanation of how structured generation works, you may review the [Structured Generation Explanation](./structured_generation_explanation.md) page)

Before generating text, you must construct an `outlines.model`. Example:

Expand Down

0 comments on commit b55d314

Please sign in to comment.