fix: keep auth choice as near-ai-api-key (type constraint)

This commit is contained in:
Firat Sertgoz 2026-01-26 22:45:46 +04:00
parent 8751732c99
commit a5f2b534ea
No known key found for this signature in database
GPG Key ID: D5001141982D0383

View File

@ -78,7 +78,7 @@ const AUTH_CHOICE_GROUP_DEFS: {
value: "nearai",
label: "NEAR AI",
hint: "Private and verifiable inference (TEE)",
choices: ["nearai-api-key"],
choices: ["near-ai-api-key"],
},
{
value: "google",