We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e3e17 commit 3c960baCopy full SHA for 3c960ba
1 file changed
ui/src/components/create/MemorySection.tsx
@@ -61,7 +61,7 @@ export function MemorySection({
61
<Label className="text-sm mb-2 block">Embedding Model</Label>
62
<p className="text-xs mb-2 block text-muted-foreground">
63
This model generates vector embeddings for memory. You can use a
64
- different provider than the LLM. Leave this empty to disbale memory.
+ different provider than the LLM. Leave this empty to disable memory.
65
</p>
66
<Select
67
key={`memory-model-select-${agentNamespace}`}
0 commit comments