From a03c25451f8b5be95f76de95cf759d52b99bd2cf Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Tue, 14 Jan 2025 10:43:25 -0800 Subject: [PATCH] Remove incorrect text from feature matrix docs 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. --- docs/reference/models/models.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/models/models.md b/docs/reference/models/models.md index 4d2dda8c9..eab70f2a1 100644 --- a/docs/reference/models/models.md +++ b/docs/reference/models/models.md @@ -40,9 +40,8 @@ model = outlines.models.openai( | **Generation** | | | | | | | | | Batch | ✅ | ✅ | ✅ | ❌ | ? | ❌ | ❌ | | Stream | ✅ | ❌ | ❌ | ✅ | ? | ✅ | ❌ | -| **`outlines.generate`** | | | | | | | | | Text | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| __Structured__ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| **Structured** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | JSON Schema | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Choice | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Regex | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |