From d48846351d0488326faf1d817ef2cd1e910f8b0a Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 30 Apr 2024 13:33:50 -0400 Subject: [PATCH] fix: remove redundant table --- docs/source/basic_tutorials/using_guidance.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/basic_tutorials/using_guidance.md b/docs/source/basic_tutorials/using_guidance.md index f9e3cb99..a58dd9b4 100644 --- a/docs/source/basic_tutorials/using_guidance.md +++ b/docs/source/basic_tutorials/using_guidance.md @@ -4,11 +4,6 @@ Text Generation Inference (TGI) now supports [JSON and regex grammars](#grammar- These feature are available starting from version `1.4.3`. They are accessible via the [text_generation](https://pypi.org/project/text-generation/) library. The tool support is compatible with OpenAI's client libraries. The following guide will walk you through the new features and how to use them! -| Endpoint | Grammar | Tools | -| ------------------- | ------- | ----- | -| `/generate` | ✅ | ❌ | -| `/chat/completions` | ❌ | ✅ | - _note: guidance is supported as grammar in the `/generate` endpoint and as tools in the `/chat/completions` endpoint._ ## How it works