From eb72c8facf6d0286c61f4ac0aaa618cfba421b62 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Thu, 27 Jul 2023 09:13:13 -0700 Subject: [PATCH] remove trailing comma from models json --- gpt4all-chat/metadata/models.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/metadata/models.json b/gpt4all-chat/metadata/models.json index 891fdcb7241c..49846fdcad7a 100644 --- a/gpt4all-chat/metadata/models.json +++ b/gpt4all-chat/metadata/models.json @@ -289,6 +289,6 @@ "type": "Starcoder", "systemPrompt": " ", "promptTemplate": "%1", - "description": "Trained on subset of the Stack
", + "description": "Trained on subset of the Stack
" } ]