Make it a daemon, add reply function

This commit is contained in:
2024-12-28 23:47:33 +00:00
parent df1803d864
commit bb08f5f800
8 changed files with 948 additions and 70 deletions

View File

@@ -16,6 +16,7 @@
},
"dependencies": {
"misskey-js": "^2024.11.1-alpha.0",
"openai": "5.0.0-alpha.0"
"openai": "5.0.0-alpha.0",
"reconnecting-websocket": "^4.4.0"
}
}
}