Skip to content

Commit

Permalink
fix:update swagger doc title.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuridea committed Dec 25, 2023
1 parent 8ea75f2 commit 98f717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LLMServiceHub/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 98f717d

Please sign in to comment.