@@ -251,7 +251,8 @@ async function streamLLMCommitMessages(prompt, onDataChunk) {
body:JSON.stringify({
model:selectedModel,// ggf. Modell anpassen
prompt:prompt,
stream:true
stream:true,
options:{temperature:0.3}
})
});
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.