diff --git a/src/LLMServiceHub/Startup.cs b/src/LLMServiceHub/Startup.cs index 8b7e845..21ab315 100644 --- a/src/LLMServiceHub/Startup.cs +++ b/src/LLMServiceHub/Startup.cs @@ -394,7 +394,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, AppSetti } option.RoutePrefix = "api-docs"; - option.DocumentTitle = "百度千帆大模型 API"; + option.DocumentTitle = "Baidu Erniebot & OpenAI ChatGPT LLM API for .NET"; option.DefaultModelRendering(Swashbuckle.AspNetCore.SwaggerUI.ModelRendering.Model); option.DefaultModelExpandDepth(4);