diff options
| author | Fuwn <[email protected]> | 2025-10-03 15:56:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-03 15:56:58 -0700 |
| commit | 616721fdb0d3a042a2391f8471361e90744c928d (patch) | |
| tree | 2d809558363648f3490979f05c4d04488f81e64f /packages/gateway/package.json | |
| parent | feat(gateway): Clean and lint (diff) | |
| download | umabotdiscord-616721fdb0d3a042a2391f8471361e90744c928d.tar.xz umabotdiscord-616721fdb0d3a042a2391f8471361e90744c928d.zip | |
refactor(gateway:aiCommandHandler): Use OpenAI package
Diffstat (limited to 'packages/gateway/package.json')
| -rw-r--r-- | packages/gateway/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gateway/package.json b/packages/gateway/package.json index f86b5e8..db22d09 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -18,6 +18,7 @@ "dotenv": "^16.0.3", "iqdb-client": "^3.0.0", "libsodium-wrappers": "^0.7.15", + "openai": "^6.1.0", "sodium": "^3.0.2", "ws": "^8.18.3" }, |