Refactor NameToEmoji function to use Google Generative AI and update error handling

This commit is contained in:
암냥 2026-04-04 00:06:14 +09:00
commit ed3b1575b3
No known key found for this signature in database
3 changed files with 28 additions and 28 deletions

View file

@ -11,6 +11,7 @@
},
"dependencies": {
"@azure-rest/ai-inference": "^1.0.0-beta.6",
"@google/generative-ai": "^0.24.1",
"@imnyang/comcigan.ts": "^0.3.0"
}
}