Add files via upload

This commit is contained in:
公明
2026-06-09 14:28:15 +08:00
committed by GitHub
parent a08df7ab79
commit 6d04753761
7 changed files with 243 additions and 1 deletions
+1
View File
@@ -161,6 +161,7 @@ func RunDeepAgent(
// 若配置为 Claude provider,注入自动桥接 transport,对 Eino 透明走 Anthropic Messages API
httpClient = openai.NewEinoHTTPClient(&appCfg.OpenAI, httpClient)
openai.AttachSummarizationDiagTransport(httpClient, logger)
baseModelCfg := &einoopenai.ChatModelConfig{
APIKey: appCfg.OpenAI.APIKey,