Slight copy update (#2322)

This commit is contained in:
Yuhong Sun
2024-09-03 20:14:03 -07:00
committed by GitHub
parent ebce3ff6ba
commit d68d281e1c
2 changed files with 4 additions and 4 deletions

View File

@@ -928,9 +928,9 @@ export function AssistantEditor({
<TextFormField
small={true}
name="num_chunks"
label="Number of Chunks"
tooltip="How many chunks to feed the LLM"
placeholder="Defaults to 10 chunks."
label="Number of Context Documents"
tooltip="How many of the top matching document sections to feed the LLM for context when generating a response"
placeholder="Defaults to 10"
onChange={(e) => {
const value = e.target.value;
if (

View File

@@ -66,7 +66,7 @@ const SlackBotConfigsTable = ({
<TableHead>
<TableRow>
<TableHeaderCell>Channels</TableHeaderCell>
<TableHeaderCell>Persona</TableHeaderCell>
<TableHeaderCell>Assistant</TableHeaderCell>
<TableHeaderCell>Document Sets</TableHeaderCell>
<TableHeaderCell>Delete</TableHeaderCell>
</TableRow>