We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c548b34 + fddd873 commit 783b4a6Copy full SHA for 783b4a6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gpio",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"description": "rpi battery signals",
5
"scripts": {
6
"db:prepare": "npx knex migrate:latest",
src/calibrate/ai.js
@@ -21,7 +21,7 @@ const aai = async () => {
21
);
22
23
const body = {
24
- model: "llama3.2:1b",
+ model: "gemma3:1b",
25
messages: [
26
27
role: "system",
0 commit comments