aboutsummaryrefslogtreecommitdiff
path: root/src/ollama.tsx
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2024-11-01 23:41:32 +0200
committeromagdy <omar.professional8777@gmail.com>2024-11-01 23:41:32 +0200
commitf19b7255eeea0c353cf855ac9b626ac95eba676c (patch)
tree1a5aeff435bfe98442f759e7f9df5c97147d6e02 /src/ollama.tsx
parent4c659b202afc974b8e3b548fc53af2041e0b6ef1 (diff)
downloadollama-logseq-f19b7255eeea0c353cf855ac9b626ac95eba676c.tar.xz
ollama-logseq-f19b7255eeea0c353cf855ac9b626ac95eba676c.zip
Fixed small typo in `defintion`
Diffstat (limited to 'src/ollama.tsx')
-rw-r--r--src/ollama.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ollama.tsx b/src/ollama.tsx
index 2c70685..9b503f4 100644
--- a/src/ollama.tsx
+++ b/src/ollama.tsx
@@ -134,7 +134,7 @@ async function promptLLM(prompt: string) {
}
export async function defineWord(word: string) {
- askAI(`What's the defintion of ${word}?`, "")
+ askAI(`What's the definition of ${word}?`, "")
}
type ContextType = 'block' | 'page'