From fdeacebf3d94b34fe03b3c60949629ae16598ea7 Mon Sep 17 00:00:00 2001 From: Nicola Date: Mon, 21 Aug 2023 14:59:17 +0200 Subject: [PATCH] add link to documentation in `Custom LLM` description --- core/cat/factory/llm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/cat/factory/llm.py b/core/cat/factory/llm.py index 92a1d715..7f17a0e3 100644 --- a/core/cat/factory/llm.py +++ b/core/cat/factory/llm.py @@ -60,6 +60,7 @@ class Config: "description": "LLM on a custom endpoint. " "See docs for examples.", + "link": "https://cheshirecat.ai/2023/08/19/custom-large-language-model/" }