From 9e8b34427a34d422f091bdfbcbeff3fd19f98d4d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 10 May 2024 17:05:16 +0200 Subject: [PATCH] Update openai-functions.md Signed-off-by: Ettore Di Giacinto --- docs/content/docs/features/openai-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/features/openai-functions.md b/docs/content/docs/features/openai-functions.md index 89ea38a5..94802981 100644 --- a/docs/content/docs/features/openai-functions.md +++ b/docs/content/docs/features/openai-functions.md @@ -86,8 +86,8 @@ The functions calls maps automatically to grammars which are currently supported ```yaml function: - no_grammar: true - response_regex: "..." + no_grammar: true + response_regex: "..." ``` The response regex have to be a regex with named parameters to allow to scan the function name and the arguments. For instance, consider: