diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-11-01 23:41:32 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-11-01 23:41:32 +0200 |
| commit | f19b7255eeea0c353cf855ac9b626ac95eba676c (patch) | |
| tree | 1a5aeff435bfe98442f759e7f9df5c97147d6e02 /src | |
| parent | 4c659b202afc974b8e3b548fc53af2041e0b6ef1 (diff) | |
| download | ollama-logseq-f19b7255eeea0c353cf855ac9b626ac95eba676c.tar.xz ollama-logseq-f19b7255eeea0c353cf855ac9b626ac95eba676c.zip | |
Fixed small typo in `defintion`
Diffstat (limited to 'src')
| -rw-r--r-- | src/ollama.tsx | 2 |
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' |
