Text Files As Prompts (#156)

* Add: .txt file reading

* Update: version increment
This commit is contained in:
Kevin Dang
2025-01-31 14:12:11 -08:00
committed by GitHub
parent 2ea77c92f0
commit 2a39e20fee
6 changed files with 26 additions and 10 deletions

8
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "discord-ollama",
"version": "0.8.1",
"version": "0.8.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "discord-ollama",
"version": "0.8.1",
"version": "0.8.2",
"license": "ISC",
"dependencies": {
"discord.js": "^14.16.3",
@@ -23,8 +23,8 @@
"vitest": "^2.1.4"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.9.2"
"node": ">=22.12.0",
"npm": ">=10.9.0"
}
},
"node_modules/@ampproject/remapping": {