From e2761a3e03ab4daf97fa1d82b5113ee6c6a754b6 Mon Sep 17 00:00:00 2001 From: lidongjie Date: Fri, 11 Oct 2024 17:00:11 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=99=BA=E8=B0=B1ai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway/apinto/profession.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gateway/apinto/profession.go b/gateway/apinto/profession.go index 274ac61c..4152879c 100644 --- a/gateway/apinto/profession.go +++ b/gateway/apinto/profession.go @@ -59,6 +59,10 @@ var dynamicResourceMap = map[string]Worker{ Profession: ProfessionAIProvider, Driver: "tongyi", }, + "zhipuai": { + Profession: ProfessionAIProvider, + Driver: "zhipuai", + }, } type Worker struct {