Refactor NameToEmoji function to use Google Generative AI and update error handling
This commit is contained in:
parent
6fbfd5364e
commit
ed3b1575b3
3 changed files with 28 additions and 28 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"name": "app",
|
||||
"dependencies": {
|
||||
"@azure-rest/ai-inference": "^1.0.0-beta.6",
|
||||
"@google/generative-ai": "^0.24.1",
|
||||
"@imnyang/comcigan.ts": "^0.3.0",
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -35,6 +36,8 @@
|
|||
|
||||
"@azure/logger": ["@azure/logger@1.3.0", "", { "dependencies": { "@typespec/ts-http-runtime": "^0.3.0", "tslib": "^2.6.2" } }, "sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA=="],
|
||||
|
||||
"@google/generative-ai": ["@google/generative-ai@0.24.1", "", {}, "sha512-MqO+MLfM6kjxcKoy0p1wRzG3b4ZZXtPI+z2IE26UogS2Cm/XHO+7gGRBh6gcJsOiIVoH93UwKvW4HdgiOZCy9Q=="],
|
||||
|
||||
"@imnyang/comcigan.ts": ["@imnyang/comcigan.ts@0.3.0", "", { "dependencies": { "iconv-lite": "^0.6.3", "undici": "^6.23.0" } }, "sha512-IqOoqsrziSOZe0vUBvVjCysv8Ydz5uYBoSBiBtX3eopR2b+Em5W1C7mRJwrMa/9Tt2bgZxn30F3yq7w5yJzEdg=="],
|
||||
|
||||
"@types/bun": ["@types/bun@1.3.10", "", { "dependencies": { "bun-types": "1.3.10" } }, "sha512-0+rlrUrOrTSskibryHbvQkDOWRJwJZqZlxrUs1u4oOoTln8+WIXBPmAuCF35SWB2z4Zl3E84Nl/D0P7803nigQ=="],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue