From b85421bccb64a708a0c471770528e02e391a5bb6 Mon Sep 17 00:00:00 2001 From: haouarihk Date: Mon, 18 Mar 2024 18:10:05 +0100 Subject: [PATCH] interchangeable names chunk and data --- src/LLMProviders/custom/base.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LLMProviders/custom/base.tsx b/src/LLMProviders/custom/base.tsx index 1878e666..063d4a78 100644 --- a/src/LLMProviders/custom/base.tsx +++ b/src/LLMProviders/custom/base.tsx @@ -228,6 +228,7 @@ export default class CustomProvider { plugin: this.plugin, chunk: decodedVal, + data: decodedVal, res: k } );