Skip to content

Commit c83626a

Browse files
committed
test build
1 parent a12b62d commit c83626a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OutputCacheDallESample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
var app = builder.Build();
1717

18-
app.MapGet("/", async (HttpContext context) => { await context.Response.WriteAsync("<h1>Welcome to OpenAI Art Gallery</h1>"); });
18+
app.MapGet("/", async (HttpContext context) => { await context.Response.WriteAsync("<h1>Welcome to the Azure OpenAI Art Gallery</h1>"); });
1919

2020
app.MapGet("/nocache/{prompt}", async (HttpContext context, string prompt, IConfiguration config) =>
2121
{

0 commit comments

Comments
 (0)