From 125c9a3ce3a47477b4565b390bf1f5a13a5b9a42 Mon Sep 17 00:00:00 2001 From: tzwang Date: Tue, 25 Jun 2024 18:42:42 +0800 Subject: [PATCH] updated textinfer api Former-commit-id: 462ab959adaae03bdfaa40adf53b361bf1978855 --- api/internal/storeLink/storeLink.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/internal/storeLink/storeLink.go b/api/internal/storeLink/storeLink.go index 2cd54f59..69cfc02d 100644 --- a/api/internal/storeLink/storeLink.go +++ b/api/internal/storeLink/storeLink.go @@ -78,7 +78,7 @@ var ( } ModelTypeMap = map[string][]string{ "image_recognition": {"imagenet_resnet50"}, - "text_to_text": {"chatGLM-6B"}, + "text_to_text": {"chatGLM_6B"}, } AITYPE = map[string]string{ "1": OCTOPUS,