Skip to content

Commit

Permalink
Remove incorrect text from feature matrix docs
Browse files Browse the repository at this point in the history
There's an extra `outlines.generate` row in the feature matrix docs. This removes it.

I also modified the markdown syntax for one header to use ** rather than __, consistent with the rest of the table.
  • Loading branch information
cpfiffer authored and rlouf committed Jan 14, 2025
1 parent 79100b2 commit a03c254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/reference/models/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ model = outlines.models.openai(
| **Generation** | | | | | | | |
| Batch ||||| ? |||
| Stream ||||| ? |||
| **`outlines.generate`** | | | | | | | |
| Text ||||||||
| __Structured__ ||||||||
| **Structured** ||||||||
| JSON Schema ||||||||
| Choice ||||||||
| Regex ||||||||
Expand Down

0 comments on commit a03c254

Please sign in to comment.