From 93449edfa5d81f11706f65b2bcf25a2ca091d2f9 Mon Sep 17 00:00:00 2001 From: Andreas Eberle Date: Wed, 6 Dec 2023 17:52:05 +0100 Subject: [PATCH] Fix typo in LLMs documentation page --- docs/modules/ROOT/pages/llms.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/llms.adoc b/docs/modules/ROOT/pages/llms.adoc index 9385fe919..f63bd351c 100644 --- a/docs/modules/ROOT/pages/llms.adoc +++ b/docs/modules/ROOT/pages/llms.adoc @@ -21,5 +21,5 @@ This xref:ai-services.adoc[interface] is designed to be simple and intuitive, al Note that each LLM has a different feature set. Please check the specific documentation for the LLM you are using to see what features are available: -- xref:openai.adoc[OpenAI (GT-3/4)] +- xref:openai.adoc[OpenAI (GPT-3/4)] - xref:huggingface.adoc[Hugging Face]