Skip to content

Commit

Permalink
删除模型权限
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed Nov 29, 2024
1 parent aef92d8 commit 0073349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Thor.Service/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ await imageService.CreateImageAsync(context, request))

app.MapGet("/v1/models", async (HttpContext context) => { return await ModelService.GetAsync(context); })
.WithDescription("获取模型列表")
.RequireAuthorization()
.WithOpenApi();

app.Map("/v1/realtime", (applicationBuilder =>
Expand Down

0 comments on commit 0073349

Please sign in to comment.