bump version, other small change

This commit is contained in:
2025-07-06 02:38:40 +00:00
parent 00a2eb63bc
commit 41317301bf
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "pleroma-ollama-bot", "name": "pleroma-ollama-bot",
"version": "1.0.5", "version": "1.0.7",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "tsc && node -r dotenv/config dist/main.js", "start": "tsc && node -r dotenv/config dist/main.js",

View File

@ -29,8 +29,8 @@ const envConfig = {
}; };
const ollamaConfig: OllamaConfigOptions = { const ollamaConfig: OllamaConfigOptions = {
temperature: 0.3, temperature: 0.6,
num_predict: 400, num_predict: 750,
}; };
const getNotifications = async () => { const getNotifications = async () => {