8 Commits

Author SHA1 Message Date
Kevin Dang
1b7c927a3a Update: same catch method for redis 2025-06-17 07:06:41 -07:00
Kevin Dang
9a2744f646 Update: Use built-in catch method for logging 2025-06-17 07:03:23 -07:00
Kevin Dang
c7f9f19c88 Fix: verion typo 2025-06-17 06:50:21 -07:00
Kevin Dang
0056d9173c Update: version increment 2025-06-12 21:25:48 -07:00
Kevin Dang
0b3f9998b7 Fix: Better Messages for Ollama service being offline 2025-06-12 21:21:18 -07:00
Kevin Dang
8d3a8f9098 Update: error message and config creation 2025-06-07 12:56:00 -07:00
Kevin Dang
a2c954136d Fix: redis workaround for local non docker 2025-05-08 22:02:26 -07:00
Kevin Dang
5820583609 Update: simplify npm command to run tests 2025-05-08 21:16:32 -07:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@@ -10,8 +10,8 @@
"license": "ISC",
"dependencies": {
"discord.js": "^14.18.0",
"dotenv": "^16.5.0",
"ollama": "^0.5.15",
"dotenv": "^16.4.7",
"ollama": "^0.5.14",
"redis": "^4.7.0"
},
"devDependencies": {
@@ -1595,9 +1595,9 @@
}
},
"node_modules/dotenv": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
"integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
@@ -2003,9 +2003,9 @@
}
},
"node_modules/ollama": {
"version": "0.5.15",
"resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.15.tgz",
"integrity": "sha512-TSaZSJyP7MQJFjSmmNsoJiriwa3U+/UJRw6+M8aucs5dTsaWNZsBIGpDb5rXnW6nXxJBB/z79gZY8IaiIQgelQ==",
"version": "0.5.14",
"resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.14.tgz",
"integrity": "sha512-pvOuEYa2WkkAumxzJP0RdEYHkbZ64AYyyUszXVX7ruLvk5L+EiO2G71da2GqEQ4IAk4j6eLoUbGk5arzFT1wJA==",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "^3.6.20"

View File

@@ -28,8 +28,8 @@
"license": "ISC",
"dependencies": {
"discord.js": "^14.18.0",
"dotenv": "^16.5.0",
"ollama": "^0.5.15",
"dotenv": "^16.4.7",
"ollama": "^0.5.14",
"redis": "^4.7.0"
},
"devDependencies": {