Switch Model Command (#126)

This commit is contained in:
Kevin Dang
2024-10-12 22:03:31 -07:00
committed by GitHub
parent 5d02800c3f
commit 9f61f6bc6c
22 changed files with 334 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord-ollama",
"version": "0.6.2",
"version": "0.7.0",
"description": "Ollama Integration into discord",
"main": "build/index.js",
"exports": "./build/index.js",
@@ -28,15 +28,15 @@
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ollama": "^0.5.8"
"ollama": "^0.5.9"
},
"devDependencies": {
"@types/node": "^22.5.1",
"@vitest/coverage-v8": "^2.0.5",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"type": "module",
"engines": {