diff --git a/src/ollama.tsx b/src/ollama.tsx index f43df28..f6e9b97 100644 --- a/src/ollama.tsx +++ b/src/ollama.tsx @@ -74,7 +74,6 @@ async function promptLLM(prompt: string) { try { const response = await fetch(`http://${logseq.settings.host}/api/generate`, { method: 'POST', - mode: 'no-cors', headers: { 'Content-Type': 'application/json', },