Skip to content

Commit 3c960ba

Browse files
authored
Corrected spelling error in MemorySection.tsx (#2008)
This corrects a spelling mistake on the create agent page. Closes #2007 Signed-off-by: Colin Griffin <colin@krum.io>
1 parent 35e3e17 commit 3c960ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/create/MemorySection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function MemorySection({
6161
<Label className="text-sm mb-2 block">Embedding Model</Label>
6262
<p className="text-xs mb-2 block text-muted-foreground">
6363
This model generates vector embeddings for memory. You can use a
64-
different provider than the LLM. Leave this empty to disbale memory.
64+
different provider than the LLM. Leave this empty to disable memory.
6565
</p>
6666
<Select
6767
key={`memory-model-select-${agentNamespace}`}

0 commit comments

Comments
 (0)