diff options
Diffstat (limited to 'src/ollama.tsx')
| -rw-r--r-- | src/ollama.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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', }, |
