From 96a7394aaf4aaf21e433b47c98f5635fe424c032 Mon Sep 17 00:00:00 2001 From: lidongjie Date: Fri, 11 Oct 2024 14:13:25 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=B7=BB=E5=8A=A0=E9=80=9A=E4=B9=89?= =?UTF-8?q?=E5=8D=83=E9=97=AE?= 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 9bc21beb..274ac61c 100644 --- a/gateway/apinto/profession.go +++ b/gateway/apinto/profession.go @@ -55,6 +55,10 @@ var dynamicResourceMap = map[string]Worker{ Profession: ProfessionAIProvider, Driver: "moonshot", }, + "tongyi": { + Profession: ProfessionAIProvider, + Driver: "tongyi", + }, } type Worker struct {