aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ollama.tsx1
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',
},