Skip to content

Commit 783b4a6

Browse files
authored
Merge pull request #26 from sacconazzo/develop
v1.2.5
2 parents c548b34 + fddd873 commit 783b4a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gpio",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "rpi battery signals",
55
"scripts": {
66
"db:prepare": "npx knex migrate:latest",

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: "llama3.2:1b",
24+
model: "gemma3:1b",
2525
messages: [
2626
{
2727
role: "system",

0 commit comments

Comments
 (0)