bump version, other small change
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pleroma-ollama-bot",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.7",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "tsc && node -r dotenv/config dist/main.js",
|
||||
|
@ -29,8 +29,8 @@ const envConfig = {
|
||||
};
|
||||
|
||||
const ollamaConfig: OllamaConfigOptions = {
|
||||
temperature: 0.3,
|
||||
num_predict: 400,
|
||||
temperature: 0.6,
|
||||
num_predict: 750,
|
||||
};
|
||||
|
||||
const getNotifications = async () => {
|
||||
|
Reference in New Issue
Block a user