Skip to content

Commit f689d63

Browse files
committed
some log
1 parent 125d032 commit f689d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/calibrate/ai.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const aai = async () => {
5151
},
5252
};
5353

54+
console.log(`LLM request: ${JSON.stringify(body)}`);
55+
5456
const response = await axios.post("http://localhost:11434/api/chat", body, {
5557
headers: {
5658
"Content-Type": "application/json",

0 commit comments

Comments
 (0)