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.
1 parent 125d032 commit f689d63Copy full SHA for f689d63
src/calibrate/ai.js
@@ -51,6 +51,8 @@ const aai = async () => {
51
},
52
};
53
54
+ console.log(`LLM request: ${JSON.stringify(body)}`);
55
+
56
const response = await axios.post("http://localhost:11434/api/chat", body, {
57
headers: {
58
"Content-Type": "application/json",
0 commit comments