From 21552776d6f939593f4d8956fe723f5bf2c26d85 Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 8 Jul 2023 23:17:01 +0100 Subject: [PATCH] update HF marketplace template --- .../marketplaces/chatflows/HuggingFace LLM Chain.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/server/marketplaces/chatflows/HuggingFace LLM Chain.json b/packages/server/marketplaces/chatflows/HuggingFace LLM Chain.json index d46f9d643..63a04b033 100644 --- a/packages/server/marketplaces/chatflows/HuggingFace LLM Chain.json +++ b/packages/server/marketplaces/chatflows/HuggingFace LLM Chain.json @@ -156,6 +156,16 @@ "optional": true, "additionalParams": true, "id": "huggingFaceInference_LLMs_0-input-frequencyPenalty-number" + }, + { + "label": "Endpoint", + "name": "endpoint", + "type": "string", + "placeholder": "https://xyz.eu-west-1.aws.endpoints.huggingface.cloud/gpt2", + "description": "Using your own inference endpoint", + "optional": true, + "additionalParams": true, + "id": "huggingFaceInference_LLMs_0-input-endpoint-string" } ], "inputAnchors": [],