mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
fix: remove redundant table
This commit is contained in:
parent
43a43fdfbc
commit
d48846351d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user