From 22d0c9bba2506d247766a07082e2ef3f0d54fec1 Mon Sep 17 00:00:00 2001 From: moritzlaurer Date: Mon, 22 Apr 2024 16:05:36 +0200 Subject: [PATCH] add guidance to landing page list of features --- docs/source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 8bf45dce..309442b1 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -18,8 +18,8 @@ Text Generation Inference implements many optimizations and features, such as: - Logits warper (temperature scaling, top-p, top-k, repetition penalty) - Stop sequences - Log probabilities -- Custom Prompt Generation: Easily generate text by providing custom prompts to guide the model's output. - Fine-tuning Support: Utilize fine-tuned models for specific tasks to achieve higher accuracy and performance. +- [Guidance](../conceptual/guidance): Enable function calling and tool-use by forcing the model to generate structured outputs based on your own predefined output schemas. Text Generation Inference is used in production by multiple projects, such as: