Skip to content

Commit b963230

Browse files
author
Jochen Kirstätter
committed
Dumbo!
1 parent 13c6ff6 commit b963230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web.Mvc/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Add services to the container.
44
builder.Services.AddGenerativeAI(options =>
55
{
6-
options.Credentials.ApiKey = "AIzaSyAyDwhvXGZybRCL7xrzj6EpA8BytCO_u6Y";
6+
options.Credentials.ApiKey = "YOUR_API_KEY";
77
});
88
builder.Services.AddControllersWithViews();
99

0 commit comments

Comments
 (0)