Skip to content

Commit 8ca814d

Browse files
committed
Merge branch 'develop'
2 parents 783b4a6 + 002026c commit 8ca814d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ SHARE_INTERVAL=
2222
RECALIBRATE_INTERVAL=
2323
RECALIBRATE_AI_INTERVAL=
2424
REALTIME_MINUTES=
25+
AI_MODEL=
2526
AI_MINUTES=
2627
ENABLE_BUTTONS=
2728
TELEGRAM_TOKEN=

src/calibrate/ai.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const aai = async () => {
2121
);
2222

2323
const body = {
24-
model: "gemma3:1b",
24+
model: process.env.AI_MODEL || "llama3.2:1b",
2525
messages: [
2626
{
2727
role: "system",

0 commit comments

Comments
 (0)