From 527896fd7faabda3106bce3f5df5795f04a29995 Mon Sep 17 00:00:00 2001 From: yokowu <18836617@qq.com> Date: Wed, 22 Oct 2025 18:03:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/internal/openai/usecase/openai.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/internal/openai/usecase/openai.go b/backend/internal/openai/usecase/openai.go index f72adc1..30dc154 100644 --- a/backend/internal/openai/usecase/openai.go +++ b/backend/internal/openai/usecase/openai.go @@ -128,6 +128,7 @@ func (u *OpenAIUsecase) GetConfig(ctx context.Context, req *domain.ConfigReq) (* "ask": m.ID.String(), "debug": m.ID.String(), "deepresearch": m.ID.String(), + "orchestrator": m.ID.String(), } } config.ProviderProfiles.ApiConfigs[m.ShowName] = domain.ApiConfig{