chore: whitelist words

This commit is contained in:
Stevan Freeborn
2025-04-06 23:29:49 -05:00
parent 3e7e6323c2
commit 8d043a5038
2 changed files with 11 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"cSpell.words": [
"prerender",
"rendermode"
]
}
@@ -38,11 +38,11 @@
await stream.ReadAsync(fileBytes, 0, (int)file.Size);
var altText = await AltGenService.GenerateAltTextAsync(new(
_provider,
_providerKey,
file.Name,
fileBytes,
file.ContentType
_provider,
_providerKey,
file.Name,
fileBytes,
file.ContentType
));
// TODO: Present on the screen to the user