From 02befe50526fa454cb24409c7d925d936716da72 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 25 Jun 2023 09:27:44 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(config.yaml):=20add=20docum?= =?UTF-8?q?entation=20links=20for=20LlamaCpp=20and=20CTransformers=20integ?= =?UTF-8?q?rations=20This=20commit=20adds=20documentation=20links=20for=20?= =?UTF-8?q?the=20LlamaCpp=20and=20CTransformers=20integrations=20in=20the?= =?UTF-8?q?=20config.yaml=20file.=20The=20links=20point=20to=20the=20relev?= =?UTF-8?q?ant=20documentation=20pages=20on=20the=20LangChain=20website.?= =?UTF-8?q?=20This=20improves=20the=20accessibility=20of=20the=20documenta?= =?UTF-8?q?tion=20for=20these=20integrations.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 0abeb7a7e..0077b4ba1 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -108,9 +108,9 @@ llms: ChatOpenAI: documentation: "" LlamaCpp: - documentation: "" + documentation: "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/llamacpp" CTransformers: - documentation: "" + documentation: "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/ctransformers" Cohere: documentation: "" Anthropic: